mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
#919 override plotpole variables
This commit is contained in:
@@ -665,6 +665,12 @@ if(!isDedicated) then {
|
||||
if(isNil "DZE_requireplot") then {
|
||||
DZE_requireplot = 1;
|
||||
};
|
||||
if(isNil "DZE_plotRadius") then {
|
||||
DZE_plotRadius = 30;
|
||||
};
|
||||
if(isNil "DZE_plotDistance") then {
|
||||
DZE_plotDistance = 60;
|
||||
};
|
||||
|
||||
|
||||
DZE_AntiWallCounter = 0;
|
||||
|
||||
Reference in New Issue
Block a user