From 2519b86ec5df08a46e0b02df56d0278c59fb4dc0 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 8 Aug 2021 22:01:17 +0200 Subject: [PATCH] Add dummy implementation for client command `match_ready` (#607) --- server/lobbyconnection.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/lobbyconnection.py b/server/lobbyconnection.py index fd2a6018f..a28ff004c 100644 --- a/server/lobbyconnection.py +++ b/server/lobbyconnection.py @@ -991,6 +991,13 @@ async def command_game_host(self, message): ) await self.launch_game(game, is_host=True) +async def command_match_ready(self, message): + """ + Replace with full implementation when implemented in client, see: + https://github.com/FAForever/downlords-faf-client/issues/1783 + """ + pass + async def launch_game( self, game,