Move DZE_ConfigTrader to configVariable.sqf

Most servers will want to use config traders.
This commit is contained in:
ebaydayz
2016-08-23 14:10:10 -04:00
parent 164ba6a135
commit c871c1e2c1
25 changed files with 1 additions and 24 deletions

View File

@@ -538,7 +538,6 @@ if (isNil "DZE_GodModeBase") then {DZE_GodModeBase = false;};
if (isNil "dayz_paraSpawn") then {dayz_paraSpawn = false;};
if (isNil "DZE_BuildingLimit") then {DZE_BuildingLimit = 150;};
if (isNil "DZE_BuildOnRoads") then {DZE_BuildOnRoads = false;};
if (isNil "DZE_ConfigTrader") then {DZE_ConfigTrader = true;};
if (isNil "DZE_SelfTransfuse") then {DZE_SelfTransfuse = false;};
if (isNil "DZE_selfTransfuse_Values") then {DZE_selfTransfuse_Values = [12000,15,120];};
if (isNil "DZE_PlotPole") then {DZE_PlotPole = [30,45];};