update 1.1.0

This commit is contained in:
kmyuhkyuk 2022-05-27 05:21:50 +08:00
parent 1ac27f7afb
commit 80a6d5c2d3

View File

@ -151,6 +151,7 @@ namespace SkinHide
}
}
//Loot from List Remove
if (Loot != null)
{
PlayerSkinGameObject.ExceptWith(Loot);
@ -214,6 +215,7 @@ namespace SkinHide
}
}
//Loot from List Remove
if (Loot != null)
{
BotDressGameObject.ExceptWith(Loot);
@ -239,6 +241,7 @@ namespace SkinHide
}
}
//Loot from List Remove
if (Loot != null)
{
BotSkinGameObject.ExceptWith(Loot);