mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-03-14 12:54:28 +01:00
fix nullablility issue affecting eg wardrobe (#206)
This commit is contained in:
parent
e07e551bb6
commit
46777981dd
@ -520,7 +520,7 @@ menuDataRouter.get(
|
||||
req.gameVersion,
|
||||
userData.Extensions.entP,
|
||||
getSubLocationByName(
|
||||
contractData.Metadata.Location,
|
||||
contractData?.Metadata.Location,
|
||||
req.gameVersion,
|
||||
),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user