mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
#919 modify global var into array
This commit is contained in:
@@ -665,11 +665,8 @@ if(!isDedicated) then {
|
|||||||
if(isNil "DZE_requireplot") then {
|
if(isNil "DZE_requireplot") then {
|
||||||
DZE_requireplot = 1;
|
DZE_requireplot = 1;
|
||||||
};
|
};
|
||||||
if(isNil "DZE_plotRadius") then {
|
if(isNil "DZE_PlotPole") then {
|
||||||
DZE_plotRadius = 30;
|
DZE_PlotPole = [30,60];
|
||||||
};
|
|
||||||
if(isNil "DZE_plotDistance") then {
|
|
||||||
DZE_plotDistance = 60;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user