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
|
|
@ -149,7 +149,7 @@ class ChannelHandler(object):
|
|||
# create a new cmdset holding all channels
|
||||
chan_cmdset = cmdset.CmdSet()
|
||||
chan_cmdset.key = '_channelset'
|
||||
chan_cmdset.priority = 10
|
||||
chan_cmdset.priority = 120
|
||||
chan_cmdset.duplicates = True
|
||||
for cmd in [cmd for cmd in self.cached_channel_cmds
|
||||
if cmd.access(source_object, 'send')]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue