Skip to content

Commit eabfb14

Browse files
authored
Update functions.lua
1 parent d293239 commit eabfb14

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
@@ -394,7 +394,7 @@ function QBCore.Functions.CreateVehicle(source, model, vehtype, coords, warp)
394394
end
395395

396396
function PaycheckInterval()
397-
if not next(QBCore.Players) then
397+
if not next(QBCore.Players) then
398398
SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
399399
return
400400
end

0 commit comments

Comments
 (0)