diff --git a/ReallifeGamemode.Client/util/drivingschool.ts b/ReallifeGamemode.Client/util/drivingschool.ts index a51d572e..0ab4c6ab 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('timerCheckVehicle'); + mp.events.callRemote('timerCheckVehiclex } };