From a022b07452d729313edb1aa2786657fa9727ba36 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 6 Jul 2019 17:41:43 +0200 Subject: [PATCH] remove anti reverse script --- 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 89795418..fb57d81c 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;