diff --git a/small_scripts/anti_hardscope.gsc b/small_scripts/anti_hardscope.gsc index 1a7d876..7e54fac 100644 --- a/small_scripts/anti_hardscope.gsc +++ b/small_scripts/anti_hardscope.gsc @@ -12,7 +12,7 @@ OnPlayerConnect() level waittill("connected", player); // Uncomment if using Bot Warfare - /*if (!self IsBot()) + /*if (!player IsBot()) { player thread OnPlayerSpawned(); }*/