Skip to content

Commit

Permalink
Accidental s
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage authored Mar 31, 2022
1 parent cf0de3e commit cddbd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function QBCore.Functions.HasPermission(source, permission)
return false
end

function QBCore.Functions.GetPermissions(source)
function QBCore.Functions.GetPermission(source)
local src = source
local perms = {}
for k,v in pairs (QBCore.Config.Server.Permissions) do
Expand Down

0 comments on commit cddbd01

Please sign in to comment.