From b7ac8d98f4e27a7d2e0888e68a5dea74086840c3 Mon Sep 17 00:00:00 2001 From: Siga Date: Tue, 17 Mar 2020 17:11:10 +0100 Subject: [PATCH] fix drivingschool --- ReallifeGamemode.Client/util/drivingschool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/util/drivingschool.ts b/ReallifeGamemode.Client/util/drivingschool.ts index 76d3eaea..cb71d4fc 100644 --- a/ReallifeGamemode.Client/util/drivingschool.ts +++ b/ReallifeGamemode.Client/util/drivingschool.ts @@ -117,7 +117,7 @@ export default function drivingSchoolHandle(globalData: GlobalData) { function timerPlayerInVehicle() { if (timerSet) { - mp.events.callRemote('timerCheckVehiclex'); + mp.events.callRemote('timerCheckVehicle'); } };