Skip to content

Commit

Permalink
fix rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Nov 17, 2023
1 parent be1cc43 commit 5e9f2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/GameMatchApiHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ public function __construct()
"de_overpass",
"de_ancient"
);
$this->result->max_rounds = 5;
$this->result->max_overtime_rounds = 2;
$this->result->max_rounds = 24;
$this->result->max_overtime_rounds = 6;
}

public function getuserthirdpartyrequirements()
Expand Down

0 comments on commit 5e9f2c4

Please sign in to comment.