will nur pullen

This commit is contained in:
2019-11-04 18:16:00 +01:00
parent 216a71ae89
commit 854c6dba44

View File

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