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)); }