add more room info

This commit is contained in:
Fabian Dill
2020-05-30 11:36:59 +02:00
parent 10bced3d68
commit 0cb80eadf1
2 changed files with 9 additions and 1 deletions

View File

@@ -250,7 +250,11 @@ async def on_client_connected(ctx: Context, client: Client):
# tags are for additional features in the communication.
# Name them by feature or fork, as you feel is appropriate.
'tags': ['Berserker'],
'version': Utils._version_tuple
'version': Utils._version_tuple,
'forfeit_mode': ctx.forfeit_mode,
'remaining_mode': ctx.remaining_mode,
'hint_cost' : ctx.hint_cost,
'location_check_points': ctx.location_check_points
}]])
async def on_client_disconnected(ctx: Context, client: Client):