Pole Check fix

"nearestObjects[blck_mapCenter, [_pole], blck_minDistanceToBases]" only checks on mapcenter with blck_minDistanceToBases radius.
This commit is contained in:
He-Man
2018-12-20 20:05:18 +01:00
committed by GitHub
parent 6fad8ebc10
commit c65cab2c9a

View File

@ -73,7 +73,7 @@ while {_findNew} do
{
_findNew = true;
};
}forEach nearestObjects[blck_mapCenter, [_pole], blck_minDistanceToBases];
}forEach (allmissionobjects _pole);
};
if !(_findNew) then
{