mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
AI/ZONE - Some fixes for units unreachable
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user