Update
This commit is contained in:
parent
96379adc24
commit
1e8b8f1460
@ -69,9 +69,9 @@ namespace SkinHide
|
|||||||
//Bot Skin Hide
|
//Bot Skin Hide
|
||||||
if (Bot.Count > 0)
|
if (Bot.Count > 0)
|
||||||
{
|
{
|
||||||
foreach (PlayerBody body in Bot)
|
foreach (PlayerBody bot in Bot)
|
||||||
{
|
{
|
||||||
Hide(body, KeyBotSkinHide.Value);
|
Hide(bot, KeyBotSkinHide.Value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user