Skip to content

Commit 76dcd08

Browse files
authored
Update functions.lua
1 parent eabfb14 commit 76dcd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/functions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ end
396396
function PaycheckInterval()
397397
if not next(QBCore.Players) then
398398
SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
399-
return
399+
return
400400
end
401401
for _, Player in pairs(QBCore.Players) do
402402
if not Player then return end

0 commit comments

Comments
 (0)