mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-01 20:33:46 +08:00
pylinted
This commit is contained in:
parent
bd47a61f2f
commit
6910e30387
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user