mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
A small indent fix
This commit is contained in:
parent
25664e4d8f
commit
6401ae6941
@ -444,7 +444,7 @@ class TeamSeriesVictoryScoreScreenActivity(MultiTeamScoreScreenActivity):
|
|||||||
if len(team.players) == 1:
|
if len(team.players) == 1:
|
||||||
icon = team.players[0].get_icon()
|
icon = team.players[0].get_icon()
|
||||||
player_name = team.players[0].getname(full=True, icon=False)
|
player_name = team.players[0].getname(full=True, icon=False)
|
||||||
elif (
|
elif (
|
||||||
self._topscored_player is not None and
|
self._topscored_player is not None and
|
||||||
self._topscored_player[0] >= series_length
|
self._topscored_player[0] >= series_length
|
||||||
):
|
):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user