mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01: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
|
|
@ -1013,7 +1013,7 @@ class Exit(Object):
|
|||
# create a cmdset
|
||||
exit_cmdset = cmdset.CmdSet(None)
|
||||
exit_cmdset.key = '_exitset'
|
||||
exit_cmdset.priority = 9
|
||||
exit_cmdset.priority = 101
|
||||
exit_cmdset.duplicates = True
|
||||
# add command to cmdset
|
||||
exit_cmdset.add(cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue