From ae01977005182d9862c260d862f532d1d39c41db Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 9 May 2021 23:37:47 +0200 Subject: [PATCH] sync schneller --- ReallifeGamemode.Client/Tuning/sync.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/Tuning/sync.ts b/ReallifeGamemode.Client/Tuning/sync.ts index a609961b..4b5391e6 100644 --- a/ReallifeGamemode.Client/Tuning/sync.ts +++ b/ReallifeGamemode.Client/Tuning/sync.ts @@ -40,11 +40,10 @@ setTimeout(() => { if (mp.vehicles.exists(vehicle)) { var mod = vehicle.getMod(23); - mp.gui.chat.push(`${vehicle.remoteId} - set wheel type = ${wheelType}, wheel = ${mod}`); vehicle.setWheelType(wheelType); vehicle.setMod(23, mod); } - }, 2000); + }, 1000); } mp.events.addDataHandler("vehicleTaxiLight", (entity: VehicleMp, state: boolean) => {