Update functions.lua

This commit is contained in:
Stevie
2025-04-11 04:24:56 +01:00
committed by GitHub
parent d293239c71
commit eabfb14086
+1 -1
View File
@@ -394,7 +394,7 @@ function QBCore.Functions.CreateVehicle(source, model, vehtype, coords, warp)
end
function PaycheckInterval()
if not next(QBCore.Players) then
if not next(QBCore.Players) then
SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
return
end