Update init.sqf

This commit is contained in:
Andrew Gregory
2013-09-02 17:09:58 +01:00
parent 831dd2730c
commit 8e64fb8155

View File

@@ -102,5 +102,8 @@ if (!isDedicated) then {
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
//Lights
[] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};
#include "\z\addons\dayz_code\system\REsec.sqf"