@ -297,8 +297,9 @@ class SteamClient(CMClient, BuiltinBase):
"""
if not self.connected:
self._LOG.debug("Trying to send message when not connected. (discarded)")
elif body_params and isinstance(message, MsgProto):
proto_fill_from_dict(message.body, body_params)
else:
if body_params and isinstance(message, MsgProto):
CMClient.send(self, message)