From b1a05a488e34780b3a8d9c38b6a424978a1c6123 Mon Sep 17 00:00:00 2001 From: Teh Dango Date: Tue, 17 Apr 2018 22:15:37 -0400 Subject: [PATCH] Removed invalid init call --- ModName.MapName/init.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/ModName.MapName/init.sqf b/ModName.MapName/init.sqf index f82e931..d52b378 100644 --- a/ModName.MapName/init.sqf +++ b/ModName.MapName/init.sqf @@ -1,4 +1,2 @@ //Init UPSMON script call compile preprocessFileLineNumbers "scripts\Init_UPSMON.sqf"; - -execVM "debug\blckClient.sqf";