1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-14 12:54:28 +01:00

fix nullablility issue affecting eg wardrobe ()

This commit is contained in:
moonysolari 2023-04-11 19:59:39 -04:00 committed by GitHub
parent e07e551bb6
commit 46777981dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -520,7 +520,7 @@ menuDataRouter.get(
req.gameVersion,
userData.Extensions.entP,
getSubLocationByName(
contractData.Metadata.Location,
contractData?.Metadata.Location,
req.gameVersion,
),
)