Update anti_hardscope.gsc

This commit is contained in:
Resxt 2022-10-01 13:15:08 +02:00
parent 21b928d2e4
commit 1e25f5ec14

View File

@ -12,7 +12,7 @@ OnPlayerConnect()
level waittill("connected", player);
// Uncomment if using Bot Warfare
/*if (!self IsBot())
/*if (!player IsBot())
{
player thread OnPlayerSpawned();
}*/