Fix misleading data in WebUI. Server Version is now called ClientVersion

This commit is contained in:
Chris Wilson
2020-09-13 00:39:52 -04:00
parent ae0a6362a6
commit c11fe9cb51
5 changed files with 7 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ class WebUiClient(Node):
def send_game_info(self, ctx: Context):
self.broadcast_all(self.build_message('gameInfo', {
'serverVersion': Utils.__version__,
'clientVersion': Utils.__version__,
'hintCost': ctx.hint_cost,
'checkPoints': ctx.check_points,
'forfeitMode': ctx.forfeit_mode,