Update functions.lua

This commit is contained in:
Stevie
2025-04-11 04:26:31 +01:00
committed by GitHub
parent eabfb14086
commit 76dcd087df
+1 -1
View File
@@ -396,7 +396,7 @@ end
function PaycheckInterval()
if not next(QBCore.Players) then
SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
return
return
end
for _, Player in pairs(QBCore.Players) do
if not Player then return end