fix(esx_vehicleshop): wrong variable passed

This commit is contained in:
Mycroft
2022-09-23 01:52:49 +01:00
parent 8321f3356d
commit 6c314820c9
+1 -1
View File
@@ -452,7 +452,7 @@ function PayRent()
MySQL.prepare.await('DELETE FROM rented_vehicles WHERE owner = ? AND plate = ?', unrentals)
end
print(('[^2INFO^7] ^5Rent Payments^7 took ^5%s^7 ms to execute'):format(ESX.Math.Round((os.time() - time) / 1000000, 2)))
print(('[^2INFO^7] ^5Rent Payments^7 took ^5%s^7 ms to execute'):format(ESX.Math.Round((os.time() - timeStart) / 1000000, 2)))
end)
end