Remove unnecessary rules and watermark waitUntils

This commit is contained in:
ebayShopper
2017-02-18 13:34:49 -05:00
parent 28fa8ef31e
commit d975def6a1
48 changed files with 14 additions and 104 deletions

View File

@@ -130,8 +130,6 @@ if (!isDedicated) then {
([4654,9595,0] nearestObject 145260) setDamage 1;
};
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf"; };
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
//[false,12] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";