RENTCAR FIX DANKE EMRE

This commit is contained in:
Fabian
2021-05-03 21:58:32 +02:00
parent 0206dff793
commit b75ab7bb38
2 changed files with 6 additions and 4 deletions

View File

@@ -98,5 +98,7 @@ export default function rentCar(globalData: IGlobalData) {
mp.events.add('abortRentcarTimer', () => {
clearInterval(payTimer);
totalBill = 0;
totalTime = 0;
});
}