From 3043b1f2e7e438335cfcccc36ac1176459581599 Mon Sep 17 00:00:00 2001 From: NRZ7 Date: Wed, 2 Nov 2016 18:51:28 +0100 Subject: [PATCH] Stupid mistake --- initPlayerLocal.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initPlayerLocal.sqf b/initPlayerLocal.sqf index ea3f783..5fcb01d 100644 --- a/initPlayerLocal.sqf +++ b/initPlayerLocal.sqf @@ -20,6 +20,6 @@ waitUntil {!isNull findDisplay 46 && !isNil 'ExileClientLoadedIn' && getPlayerUI uiSleep 3; execVM "addons\scripts\protectionRemember.sqf"; firstCheck = 0; -execVM "addons\modChecker\modChecker.sqf"; +execVM "addons\modChecker\init\modCheckerInit.sqf"; */ \ No newline at end of file