Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 12, 2021
1 parent 1e23261 commit 74e43c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chatbridge/impl/online/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def query_server(self, server: RconEntry, command: str, result_handler: Callable
if not respond:
self.logger.warning('Rcon command not respond')
return
self.logger.info('Respond received: {}'.format(repr(respond)))
self.logger.info('Respond received from {}: {}'.format(server.name, repr(respond)))
result_handler(respond)
except:
self.logger.exception('Error when querying {}'.format(server.name))
Expand Down
2 changes: 1 addition & 1 deletion mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "chatbridge",
"version": "2.0.3",
"version": "2.0.4",
"name": "ChatBridge v2 for MCDR",
"description": {
"en_us": "Broadcast chats between Minecraft servers and more",
Expand Down

0 comments on commit 74e43c9

Please sign in to comment.