mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
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
|
||||
# hierarchy includes access of all levels below it. Used by the perm()/pperm()
|
||||
# lock functions.
|
||||
PERMISSION_HIERARCHY = ("Players",
|
||||
PERMISSION_HIERARCHY = ("Guests",
|
||||
"Players",
|
||||
"PlayerHelpers",
|
||||
"Builders",
|
||||
"Wizards",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue