From 331249b2565e0470af935c6eb2c64613f2e72b1c Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 8 May 2021 02:51:40 +0200 Subject: [PATCH] remove debug --- ReallifeGamemode.Client/Tuning/sync.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ReallifeGamemode.Client/Tuning/sync.ts b/ReallifeGamemode.Client/Tuning/sync.ts index e5c192b0..dd500d21 100644 --- a/ReallifeGamemode.Client/Tuning/sync.ts +++ b/ReallifeGamemode.Client/Tuning/sync.ts @@ -14,7 +14,6 @@ var wheelType = vehicle.getVariable('wheelType'); if (wheelType !== undefined) { - mp.gui.chat.push("vehicle = " + vehicle.remoteId + ", set wheelType = " + wheelType); vehicle.setWheelType(wheelType); vehicle.setMod(23, vehicle.getMod(23)); }