Pole Check fix
"nearestObjects[blck_mapCenter, [_pole], blck_minDistanceToBases]" only checks on mapcenter with blck_minDistanceToBases radius.
This commit is contained in:
@ -73,7 +73,7 @@ while {_findNew} do
|
||||
{
|
||||
_findNew = true;
|
||||
};
|
||||
}forEach nearestObjects[blck_mapCenter, [_pole], blck_minDistanceToBases];
|
||||
}forEach (allmissionobjects _pole);
|
||||
};
|
||||
if !(_findNew) then
|
||||
{
|
||||
|
Reference in New Issue
Block a user