Correct lock hiearchy
This commit is contained in:
parent
be8452b1c7
commit
22ad761201
2 changed files with 2 additions and 2 deletions
|
|
@ -491,7 +491,7 @@ MAX_NR_CHARACTERS = 1
|
|||
# hierarchy includes access of all levels below it. Used by the perm()/pperm()
|
||||
# lock functions, which accepts both plural and singular (Admin & Admins)
|
||||
PERMISSION_HIERARCHY = ["Guest", # note-only used if GUEST_ENABLED=True
|
||||
"Account",
|
||||
"Player",
|
||||
"Helper",
|
||||
"Builder",
|
||||
"Admin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue