Skip to content

Commit

Permalink
feat: delete object
Browse files Browse the repository at this point in the history
  • Loading branch information
LWJ0513 committed Mar 31, 2024
1 parent 4bcfa8e commit 892d874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/games/consumers/GameConsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ async def _process_match3_game_start(self, message_data):
await self._save_game_status(3)
await self._update_winner_data(self.game.mode)
await self._send_end_message(self.my_match)
await self._delete_match_object(self.game_group_name, 3)

async def _game_ready(self, message_data, group_name):
await self._init_game(message_data, self.my_match)
Expand Down

0 comments on commit 892d874

Please sign in to comment.