mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 16:44:08 +02:00
Made superuser able to have a separate "superuser character" in order to be able to have also test-characters without privileges.
This commit is contained in:
parent
bbdf2e0896
commit
7581d65cb3
4 changed files with 31 additions and 23 deletions
|
|
@ -136,7 +136,7 @@ class CmdPy(MuxCommand):
|
|||
"""
|
||||
key = "@py"
|
||||
aliases = ["!"]
|
||||
locks = "cmd:all()"#"cmd:perm(py) or perm(Immortals)"
|
||||
locks = "cmd:perm(py) or perm(Immortals)"
|
||||
help_category = "System"
|
||||
|
||||
def func(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue