PATCH team colour bugs by making team logic more robust

This commit is contained in:
2025-05-01 11:31:55 +02:00
parent b576537fb5
commit 5abf81c6cb
3 changed files with 21 additions and 14 deletions

View File

@@ -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: