diff --git a/ReallifeGamemode.Client/Tuning/sync.ts b/ReallifeGamemode.Client/Tuning/sync.ts index d8ab6bbf..e5c192b0 100644 --- a/ReallifeGamemode.Client/Tuning/sync.ts +++ b/ReallifeGamemode.Client/Tuning/sync.ts @@ -12,10 +12,11 @@ var mod18 = vehicle.getVariable('mod18'); var wheelType = vehicle.getVariable('wheelType'); - mp.gui.chat.push("wheelType = " + wheelType); if (wheelType !== undefined) { + mp.gui.chat.push("vehicle = " + vehicle.remoteId + ", set wheelType = " + wheelType); vehicle.setWheelType(wheelType); + vehicle.setMod(23, vehicle.getMod(23)); } if (mod18 !== undefined) {