Skip to content

Commit fe78d85

Browse files
authored
Update functions.lua
Removed trailing whitespace to pass Lint test
1 parent 9835818 commit fe78d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/functions.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ function QBCore.Functions.CreateVehicle(source, model, vehtype, coords, warp)
395395
end
396396

397397
function PaycheckInterval()
398-
if not next(QBCore.Players) then
398+
if not next(QBCore.Players) then
399399
SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
400-
return
400+
return
401401
end
402402
for _, Player in pairs(QBCore.Players) do
403403
if not Player then return end

0 commit comments

Comments
 (0)