Added Guest permission level
This commit is contained in:
parent
5b6ab697b0
commit
e47b2b83b1
1 changed files with 2 additions and 1 deletions
|
|
@ -381,7 +381,8 @@ MAX_NR_CHARACTERS = 1
|
||||||
# The access hiearchy, in climbing order. A higher permission in the
|
# The access hiearchy, in climbing order. A higher permission in the
|
||||||
# hierarchy includes access of all levels below it. Used by the perm()/pperm()
|
# hierarchy includes access of all levels below it. Used by the perm()/pperm()
|
||||||
# lock functions.
|
# lock functions.
|
||||||
PERMISSION_HIERARCHY = ("Players",
|
PERMISSION_HIERARCHY = ("Guests",
|
||||||
|
"Players",
|
||||||
"PlayerHelpers",
|
"PlayerHelpers",
|
||||||
"Builders",
|
"Builders",
|
||||||
"Wizards",
|
"Wizards",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue