#919 modify global var into array

This commit is contained in:
HARLAN
2013-12-16 13:01:17 -05:00
parent 77ae969a74
commit cacc600703

View File

@@ -665,11 +665,8 @@ 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;
if(isNil "DZE_PlotPole") then {
DZE_PlotPole = [30,60];
};