mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Make default BuildingLimit 150 again
This commit is contained in:
@@ -503,7 +503,7 @@ s_player_lockUnlockInside = [];
|
||||
s_player_parts = [];
|
||||
if (isNil "DZE_GodModeBase") then {DZE_GodModeBase = false;};
|
||||
if (isNil "dayz_paraSpawn") then {dayz_paraSpawn = false;};
|
||||
if (isNil "DZE_BuildingLimit") then {DZE_BuildingLimit = 200;};
|
||||
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_MissionLootTable") then {DZE_MissionLootTable = false;};
|
||||
|
||||
Reference in New Issue
Block a user