Fix typo from 26c1bd9

This commit is contained in:
ebaydayz
2017-01-21 22:36:37 -05:00
parent 295302d9cb
commit 94f342e7b6

View File

@@ -162,7 +162,7 @@ sched_townGenerator = {
_position = _x select 2;
_blocked = false;
{
if (_position distance _x < 150 && {_x select 1 != "waterHoleProxy"}) exitWith {
if (_position distance _x < 150) exitWith {
_blocked = true;
};
} forEach dayz_townGeneratorBlackList;