Added Guest permission level

This commit is contained in:
n0q 2014-07-08 01:33:06 -04:00
parent 5b6ab697b0
commit e47b2b83b1

View file

@ -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",