From abb404628175578692e538f91c0590d3a0e7964f Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Thu, 9 Jan 2020 16:43:45 -0600 Subject: [PATCH] Compiles have been added to the top of the init file. --- SQF/dayz_server/init/server_functions.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_server/init/server_functions.sqf b/SQF/dayz_server/init/server_functions.sqf index 8909f33d0..127d19a0f 100644 --- a/SQF/dayz_server/init/server_functions.sqf +++ b/SQF/dayz_server/init/server_functions.sqf @@ -9,7 +9,7 @@ BIS_MPF_remoteExecutionServer = { }; call compile preprocessFileLineNumbers "\z\addons\dayz_code\util\compile.sqf"; -call compile preprocessFileLineNumbers "\z\addons\dayz_code\loot\compile.sqf"; +call compile preprocessFileLineNumbers "\z\addons\dayz_code\loot\init.sqf"; BIS_Effects_Burn = {}; dayz_disconnectPlayers = [];