We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabfb14 commit 76dcd08Copy full SHA for 76dcd08
server/functions.lua
@@ -396,7 +396,7 @@ end
396
function PaycheckInterval()
397
if not next(QBCore.Players) then
398
SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
399
- return
+ return
400
end
401
for _, Player in pairs(QBCore.Players) do
402
if not Player then return end
0 commit comments