From b4a9e136e60d2603d3de537da59800a2d8de7155 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Fri, 30 Sep 2022 22:00:35 +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 7262381..4825765 100644 --- a/small_scripts/anti_hardscope.gsc +++ b/small_scripts/anti_hardscope.gsc @@ -2,7 +2,7 @@ Init() { - thread OnPlayerConnect(); + level thread OnPlayerConnect(); } OnPlayerConnect()