comment out lights by default and remove if statements

This commit is contained in:
[VB]AWOL
2013-12-08 16:33:39 -06:00
parent 51c3a053a3
commit bccbad268f

View File

@@ -82,18 +82,14 @@ if (!isDedicated) then {
[] execVM "\z\addons\dayz_code\system\antihack.sqf";
//Lights
if (true) then {
[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};
if(true) then {
#include "\z\addons\dayz_code\system\REsec.sqf"
};
#include "\z\addons\dayz_code\system\REsec.sqf"
//Start Dynamic Weather
if(true) then {
execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
};
execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
#include "\z\addons\dayz_code\system\BIS_Effects\init.sqf"