Speedmax returning 0 not nil

This commit is contained in:
Applevangelist 2021-10-30 16:32:59 +02:00
parent a1d67bf539
commit 3e5926f706

View File

@ -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.