AI/ZONE - Some fixes for units unreachable

This commit is contained in:
Applevangelist
2022-05-05 12:08:43 +02:00
parent ef4398a5f1
commit 7989267d51
7 changed files with 24 additions and 28 deletions

View File

@@ -1000,7 +1000,7 @@ function OPSGROUP:GetAltitude()
if self.group then
alt=self.group:GetUnit(1):GetAltitude()
alt=self.group:GetAltitude()
alt=UTILS.MetersToFeet(alt)