@@ -12,7 +12,8 @@ def main():
map_name = header_info['map_name']
players = demo_parser.parse_player_info()
team_1 = Team(is_ct=True)
team_1 = Team()
team_1.set_ct()
team_2 = Team()
m = Match(map_name, game_info, team_1, team_2)
m.tick = 1800
The note is not visible to the blocked user.