TYPO IN COMMENTS: hiearchy => hierarchy
hiearchy => hierarchy
This commit is contained in:
parent
110af6e5cb
commit
08a2898ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ MULTISESSION_MODE = 0
|
||||||
# checked by the default ooc char-creation command. Forced to 1 for
|
# checked by the default ooc char-creation command. Forced to 1 for
|
||||||
# MULTISESSION_MODE 0 and 1.
|
# MULTISESSION_MODE 0 and 1.
|
||||||
MAX_NR_CHARACTERS = 1
|
MAX_NR_CHARACTERS = 1
|
||||||
# The access hiearchy, in climbing order. A higher permission in the
|
# The access hierarchy, 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 = ["Guests", # note-only used if GUEST_ENABLED=True
|
PERMISSION_HIERARCHY = ["Guests", # note-only used if GUEST_ENABLED=True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue