Skip to content

Commit

Permalink
Add dummy implementation for client command match_ready (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katharsas committed Aug 8, 2021
1 parent b977205 commit ba0e6c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server/lobbyconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba0e6c9

Please sign in to comment.