Fix to msg attr access

ems_hotfixes
Tyler Goodlet 2021-06-10 12:02:26 -04:00
parent 689bc0cde0
commit 95f466b93d
1 changed files with 1 additions and 1 deletions

View File

@ -1400,7 +1400,7 @@ async def trades_dialogue(
# mark msg as from "external system"
# TODO: probably something better then this.. and start
# considering multiplayer/group trades tracking
msg['external'] = True
msg.external = True
continue
# XXX: we always serialize to a dict for msgpack