Update functions.lua

Remove spaces at the end of lines 398 and 400 of `server/functions.lua`
This commit is contained in:
ShangYi7
2025-04-16 20:08:28 +08:00
committed by GitHub
parent 763ee0f3e7
commit e772426c49
+2 -2
View File
@@ -395,9 +395,9 @@ function QBCore.Functions.CreateVehicle(source, model, vehtype, coords, warp)
end
function PaycheckInterval()
if not next(QBCore.Players) then
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