update 1.1.0
This commit is contained in:
parent
1ac27f7afb
commit
80a6d5c2d3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user