Skip to content

Commit

Permalink
fix: codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Gryspeert committed Feb 27, 2024
1 parent bccee9a commit caaf6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end
--- @param src number - Source to check
--- @return boolean - has permission
local function isAllowedToChange(src)
return src == 0 or QBCore.Functions.HasPermission(src, "admin") or IsPlayerAceAllowed(src, 'command')
return src == 0 or QBCore.Functions.HasPermission(src, "admin") or IsPlayerAceAllowed(src, 'command')
end

--- Sets time offset based on minutes provided
Expand Down

0 comments on commit caaf6c5

Please sign in to comment.