More changes

This commit is contained in:
Kakarot
2022-03-30 01:04:59 -05:00
parent 46a2aae5ce
commit dd6c6c4a09
4 changed files with 16 additions and 24 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
QBCore.Commands = {}
QBCore.Commands.List = {}
QBCore.Commands.IgnoreList = { -- Ignore old perm levels while keeping backwards compatibility
['god'] = true, -- We don't need to create an ace because group.admin allows all commands
['admin'] = true, -- We don't need to create an ace because group.admin allows all commands
['god'] = true, -- We don't need to create an ace because group.god allows all commands
['user'] = true -- We don't need to create an ace because builtin.everyone
}