This commit is contained in:
TrialTemp 2024-01-25 16:02:00 -06:00
parent bd47a61f2f
commit 6910e30387
No known key found for this signature in database
GPG Key ID: D7F285CEE8FBAF35

View File

@ -155,8 +155,9 @@ class MeteorShowerGame(bs.TeamGameActivity[Player, Team]):
def _check_end_game(self) -> None:
# We don't want to end this activity more than once.
if self._ended: return
if self._ended:
return
living_team_count = 0
for team in self.teams:
for player in team.players: