PATCH team colour bugs by making team logic more robust
This commit is contained in:
@@ -91,8 +91,8 @@ class StartMenu(GameState):
|
||||
players = demo_parser.parse_player_info()
|
||||
|
||||
team_1 = Team()
|
||||
team_1.set_ct()
|
||||
team_2 = Team()
|
||||
team_2.set_ct()
|
||||
m = Match(map_name, game_info, team_1, team_2, self.options)
|
||||
for index, row in players.iterrows():
|
||||
if row["team_number"] == 2:
|
||||
|
||||
Reference in New Issue
Block a user