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
18745158a3
commit
45dbce3677
@ -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