From 9026f76738c92e5a16c3451070d9198a0e05ea67 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Fri, 30 Sep 2022 22:10:55 +0200 Subject: [PATCH] anti_hardscope indentation fix --- 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 a7d10a5..a3b39b0 100644 --- a/small_scripts/anti_hardscope.gsc +++ b/small_scripts/anti_hardscope.gsc @@ -18,7 +18,7 @@ OnPlayerConnect() }*/ player thread OnPlayerSpawned(); // Remove/comment if using Bot Warfare - } + } } OnPlayerSpawned()