mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Changed the relative priorities of cmdsets to the following: -100(Empty), -20(Session), -10(Player), 0(Character), 101(Exit), 120(Channel)
This commit is contained in:
parent
dbe49bb778
commit
638483fa66
6 changed files with 6 additions and 6 deletions
|
|
@ -81,7 +81,7 @@ class _ErrorCmdSet(CmdSet):
|
|||
class _EmptyCmdSet(CmdSet):
|
||||
"This cmdset represents an empty cmdset"
|
||||
key = "_EMPTY_CMDSET"
|
||||
priority = -100
|
||||
priority = -101
|
||||
mergetype = "Union"
|
||||
|
||||
def import_cmdset(python_path, cmdsetobj, emit_to_obj=None, no_logging=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue