mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix typo from 26c1bd9
This commit is contained in:
@@ -162,7 +162,7 @@ sched_townGenerator = {
|
|||||||
_position = _x select 2;
|
_position = _x select 2;
|
||||||
_blocked = false;
|
_blocked = false;
|
||||||
{
|
{
|
||||||
if (_position distance _x < 150 && {_x select 1 != "waterHoleProxy"}) exitWith {
|
if (_position distance _x < 150) exitWith {
|
||||||
_blocked = true;
|
_blocked = true;
|
||||||
};
|
};
|
||||||
} forEach dayz_townGeneratorBlackList;
|
} forEach dayz_townGeneratorBlackList;
|
||||||
|
|||||||
Reference in New Issue
Block a user