This commit is contained in:
Applevangelist
2026-04-21 18:19:22 +02:00
parent 85bb9a0566
commit dae4dc2d40
+2 -2
View File
@@ -753,8 +753,8 @@ UTILS.KnotsToKmph = function(knots)
return knots * 1.852 return knots * 1.852
end end
UTILS.KmphToKnots = function(knots) UTILS.KmphToKnots = function(kmph)
return knots / 1.852 return kmph / 1.852
end end
UTILS.KmphToMps = function( kmph ) UTILS.KmphToMps = function( kmph )