#919 override plotpole variables

This commit is contained in:
HARLAN
2013-12-16 10:49:56 -05:00
parent d25b0fbcb9
commit b76362cfac

View File

@@ -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;