PATCH: Incorrect round swap value

This commit is contained in:
2025-03-18 19:11:23 +01:00
parent 3dccda7a74
commit b85d30c241

View File

@@ -38,7 +38,7 @@ class Match:
self.round = self.current_tick["total_rounds_played"].values[0]
if self.round >= 8:
if self.round >= 12:
self.team_1.set_t()
self.team_2.set_ct()
self.team_1.score = int(self.current_tick[self.current_tick["team_num"] == 3]["team_rounds_total"].values[0])