From cb9c7b73bb052171d14e8152c2c5b08d6367b4f9 Mon Sep 17 00:00:00 2001 From: Nikita Kruglickiy Date: Wed, 18 Aug 2021 01:59:30 +0600 Subject: [PATCH] Racelogic speed fix --- koptilnya/racelogic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koptilnya/racelogic.txt b/koptilnya/racelogic.txt index 72f405e..3c00fbf 100644 --- a/koptilnya/racelogic.txt +++ b/koptilnya/racelogic.txt @@ -189,7 +189,7 @@ hook.add("tick", "_tick", function() if isValid(weldedTo) and not weldedTo:isPlayerHolding() then local localVelocity = weldedTo:worldToLocal(weldedTo:getVelocity() + weldedTo:getPos()) local localVelocityLength = localVelocity:getLength() - local MPH = localVelocityLength * 3600 / 63360 + local MPH = localVelocityLength * (15 / 352) local KPH = MPH * 1.609 if KPH < 1 and active then