Fix bug in latest push.
This commit is contained in:
parent
628dd268f9
commit
02a4ac5231
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class DefaultChannel(with_metaclass(TypeclassBase, ChannelDB)):
|
||||||
# delayed import of the channelhandler
|
# delayed import of the channelhandler
|
||||||
global _CHANNEL_HANDLER
|
global _CHANNEL_HANDLER
|
||||||
if not _CHANNEL_HANDLER:
|
if not _CHANNEL_HANDLER:
|
||||||
from comms.channelhandler import CHANNEL_HANDLER as _CHANNEL_HANDLER
|
from evennia.comms.channelhandler import CHANNEL_HANDLER as _CHANNEL_HANDLER
|
||||||
# register ourselves with the channelhandler.
|
# register ourselves with the channelhandler.
|
||||||
_CHANNEL_HANDLER.add(self)
|
_CHANNEL_HANDLER.add(self)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue