Skip to content

Commit

Permalink
Allow setting mannequin poses (#1047)
Browse files Browse the repository at this point in the history
The `MannequinPoses` property needs to be an object, not an array,
otherwise the code handling the response from the client doesn't
function correctly
  • Loading branch information
chompDev authored Jan 8, 2025
2 parents 4ca19b7 + d1c50e8 commit 041b419
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions project/assets/database/templates/profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -3132,7 +3132,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -6031,7 +6031,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -9308,7 +9308,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -12674,7 +12674,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -16421,7 +16421,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -20398,7 +20398,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -24132,7 +24132,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -28152,7 +28152,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -32656,7 +32656,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -37260,7 +37260,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -38249,7 +38249,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -41252,7 +41252,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -44402,7 +44402,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -47540,7 +47540,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -50959,7 +50959,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -52355,7 +52355,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down Expand Up @@ -53345,7 +53345,7 @@
"Ceiling": "673b3f977038192ee006aa09",
"ShootingRangeMark": "67585d416c72998cf60ed85a"
},
"MannequinPoses": [],
"MannequinPoses": {},
"HideoutCounters": null
},
"Info": {
Expand Down

0 comments on commit 041b419

Please sign in to comment.