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,