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