Update
This commit is contained in:
parent
cf8ad00bd3
commit
665853e920
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user