Fix double game_end
This commit is contained in:
parent
62a70c52c6
commit
c529d792e6
@ -929,7 +929,7 @@ class Game:
|
|||||||
await self._announce_winners(alive_players)
|
await self._announce_winners(alive_players)
|
||||||
|
|
||||||
# If no return, cleanup and end game
|
# If no return, cleanup and end game
|
||||||
await self._end_game()
|
# await self._end_game()
|
||||||
|
|
||||||
async def _announce_winners(self, winnerlist):
|
async def _announce_winners(self, winnerlist):
|
||||||
await self.village_channel.send(self.game_role.mention)
|
await self.village_channel.send(self.game_role.mention)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user