DZE_requireplot override var added = 0 disables requirement

This commit is contained in:
[VB]AWOL
2013-12-10 16:00:27 -06:00
parent e59ceab3ef
commit a10472270a
2 changed files with 5 additions and 1 deletions

View File

@@ -659,6 +659,10 @@ if(!isDedicated) then {
if(isNil "DZE_AntiWallLimit") then {
DZE_AntiWallLimit = 1;
};
if(isNil "DZE_requireplot") then {
DZE_requireplot = 1;
};
DZE_AntiWallCounter = 0;