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
end
UTILS.KmphToKnots = function(knots)
return knots / 1.852
UTILS.KmphToKnots = function(kmph)
return kmph / 1.852
end
UTILS.KmphToMps = function( kmph )