mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Move DZE_ConfigTrader to configVariable.sqf
Most servers will want to use config traders.
This commit is contained in:
@@ -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];};
|
||||
|
||||
Reference in New Issue
Block a user