Merge pull request #129 from Ignatz-HeMan/patch-3

Pole Check fix
This commit is contained in:
Ghostrider [GRG] 2019-01-07 09:40:22 -05:00 committed by GitHub
commit 35b881fead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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