mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Speedmax returning 0 not nil
This commit is contained in:
parent
a1d67bf539
commit
3e5926f706
@ -442,7 +442,7 @@ function UNIT:GetSpeedMax()
|
||||
return SpeedMax*3.6
|
||||
end
|
||||
|
||||
return nil
|
||||
return 0
|
||||
end
|
||||
|
||||
--- Returns the unit's max range in meters derived from the DCS descriptors.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user