default emotion/gp for old outfit URLs
This commit is contained in:
parent
f828686ac5
commit
fb902e49f8
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ function useOutfitState() {
|
||||||
name: urlParams.get("name"),
|
name: urlParams.get("name"),
|
||||||
speciesId: urlParams.get("species"),
|
speciesId: urlParams.get("species"),
|
||||||
colorId: urlParams.get("color"),
|
colorId: urlParams.get("color"),
|
||||||
emotion: urlParams.get("emotion"),
|
emotion: urlParams.get("emotion") || "HAPPY",
|
||||||
genderPresentation: urlParams.get("genderPresentation"),
|
genderPresentation: urlParams.get("genderPresentation") || "FEMININE",
|
||||||
wornItemIds: urlParams.getAll("objects[]"),
|
wornItemIds: urlParams.getAll("objects[]"),
|
||||||
closetedItemIds: urlParams.getAll("closet[]"),
|
closetedItemIds: urlParams.getAll("closet[]"),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue