From 9d1ba9eb432fe4445f95475391d719f1bcacc745 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 11 Apr 2021 04:15:39 +0200 Subject: [PATCH] =?UTF-8?q?S=20dr=C3=BCcken=20r=C3=BCckw=C3=A4rts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Client/vehiclesync/smoothtrottle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/vehiclesync/smoothtrottle.ts b/ReallifeGamemode.Client/vehiclesync/smoothtrottle.ts index e11a060e..884c1faa 100644 --- a/ReallifeGamemode.Client/vehiclesync/smoothtrottle.ts +++ b/ReallifeGamemode.Client/vehiclesync/smoothtrottle.ts @@ -9,7 +9,7 @@ export default function smoothThrottle() { let GlobalDisable = false; - let DisableAntiReverse = false; + let DisableAntiReverse = true; let DisableSmoothThrottle = false; let BrakeSystem = false;