mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
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:
parent
29e313492f
commit
bbdf2e0896
3 changed files with 17 additions and 15 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue