mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Change the channel cmdset prio to 101, same as Exits as per #1059.
This commit is contained in:
parent
1a03433500
commit
528401ec99
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class ChannelHandler(object):
|
|||
# create a new cmdset holding all channels
|
||||
chan_cmdset = cmdset.CmdSet()
|
||||
chan_cmdset.key = '_channelset'
|
||||
chan_cmdset.priority = 120
|
||||
chan_cmdset.priority = 101
|
||||
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