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"),
|
||||
speciesId: urlParams.get("species"),
|
||||
colorId: urlParams.get("color"),
|
||||
emotion: urlParams.get("emotion"),
|
||||
genderPresentation: urlParams.get("genderPresentation"),
|
||||
emotion: urlParams.get("emotion") || "HAPPY",
|
||||
genderPresentation: urlParams.get("genderPresentation") || "FEMININE",
|
||||
wornItemIds: urlParams.getAll("objects[]"),
|
||||
closetedItemIds: urlParams.getAll("closet[]"),
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue