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
|
|
@ -9,7 +9,7 @@ class SessionCmdSet(CmdSet):
|
|||
Sets up the unlogged cmdset.
|
||||
"""
|
||||
key = "DefaultSession"
|
||||
priority = -7
|
||||
priority = -20
|
||||
|
||||
def at_cmdset_creation(self):
|
||||
"Populate the cmdset"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue