mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
comment out lights by default and remove if statements
This commit is contained in:
@@ -82,18 +82,14 @@ if (!isDedicated) then {
|
|||||||
[] execVM "\z\addons\dayz_code\system\antihack.sqf";
|
[] execVM "\z\addons\dayz_code\system\antihack.sqf";
|
||||||
|
|
||||||
//Lights
|
//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
|
//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"
|
#include "\z\addons\dayz_code\system\BIS_Effects\init.sqf"
|
||||||
|
|||||||
Reference in New Issue
Block a user