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()