マージ後対応
This commit is contained in:
parent
75662b991a
commit
ec220fd0cd
|
@ -142,7 +142,7 @@ namespace MyGame.Scenes.MiniGame.Scripts
|
||||||
}
|
}
|
||||||
else if (placeData.customizeId != 0)
|
else if (placeData.customizeId != 0)
|
||||||
{
|
{
|
||||||
if (gameData.ShopCustomizeMyItems.Contains(placeData.customizeId))
|
if (globalGameData.ShopCustomizeMyItems.Contains(placeData.customizeId))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue