mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +08:00
pylinted
This commit is contained in:
parent
bd47a61f2f
commit
6910e30387
@ -155,7 +155,8 @@ class MeteorShowerGame(bs.TeamGameActivity[Player, Team]):
|
|||||||
|
|
||||||
def _check_end_game(self) -> None:
|
def _check_end_game(self) -> None:
|
||||||
# We don't want to end this activity more than once.
|
# We don't want to end this activity more than once.
|
||||||
if self._ended: return
|
if self._ended:
|
||||||
|
return
|
||||||
|
|
||||||
living_team_count = 0
|
living_team_count = 0
|
||||||
for team in self.teams:
|
for team in self.teams:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user