From 1e25f5ec14e504ad654dc17567a87d6897a3a10d Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 1 Oct 2022 13:15:08 +0200 Subject: [PATCH] Update anti_hardscope.gsc --- small_scripts/anti_hardscope.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }*/