mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Fixed a bug in comms' typeclass->dbobj conversion
This commit is contained in:
parent
2d75648eb1
commit
a4a50fdb87
2 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ from src.utils.utils import is_iter, to_str, crop, make_iter
|
|||
|
||||
__all__ = ("Msg", "TempMsg", "Channel", "PlayerChannelConnection", "ExternalChannelConnection")
|
||||
|
||||
|
||||
#------------------------------------------------------------
|
||||
#
|
||||
# Msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue