This commit is contained in:
kmyuhkyuk 2022-07-16 02:53:16 +08:00
parent 96379adc24
commit 1e8b8f1460

View File

@ -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);
} }
} }
} }