This commit is contained in:
kmyuhkyuk 2024-04-17 16:29:24 +08:00
parent cf8ad00bd3
commit 665853e920

View File

@ -131,7 +131,7 @@ namespace HideDress
{
var dressType = dress.GetType();
if (dressType != typeof(SkinDress) || dressType != typeof(ArmBandView))
if (dressType != typeof(SkinDress) && dressType != typeof(ArmBandView))
continue;
dress.gameObject.SetActive(enabled);