Fixed a bug that caused superuser status to be cached only once for characters, even if the player was not yet connected.

This commit is contained in:
Griatch 2013-03-11 20:01:03 +01:00
parent 29e313492f
commit bbdf2e0896
3 changed files with 17 additions and 15 deletions

View file

@ -136,7 +136,7 @@ class CmdPy(MuxCommand):
"""
key = "@py"
aliases = ["!"]
locks = "cmd:perm(py) or perm(Immortals)"
locks = "cmd:all()"#"cmd:perm(py) or perm(Immortals)"
help_category = "System"
def func(self):