fix drivingschool

This commit is contained in:
Siga
2020-03-17 17:11:10 +01:00
parent 14cdab27af
commit b7ac8d98f4

View File

@@ -117,7 +117,7 @@ export default function drivingSchoolHandle(globalData: GlobalData) {
function timerPlayerInVehicle() {
if (timerSet) {
mp.events.callRemote('timerCheckVehiclex');
mp.events.callRemote('timerCheckVehicle');
}
};