mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update channel handlers when creating a channel.
This commit is contained in:
parent
5c12ead301
commit
c7959587cb
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ class CmdChannelCreate(MuxPlayerCommand):
|
|||
description,
|
||||
locks=lockstring)
|
||||
new_chan.connect(caller)
|
||||
CHANNELHANDLER.update()
|
||||
self.msg("Created channel %s and connected to it." % new_chan.key)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue