Skip to content

Commit

Permalink
Properly switch to end when testing was just loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkView committed Jan 26, 2025
1 parent 9e49344 commit 3cc9e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/testing/testing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ export class TestingComponent implements AfterViewInit {
this.matchData.roundPhase = "combat";
} else if (this.matchData.roundPhase == "combat") {
this.matchData.roundPhase = "end";
} else if (this.matchData.roundPhase == "LOBBY") {
this.matchData.roundPhase = "end";
} else {
this.matchData.roundPhase = "shopping";
}
Expand Down

0 comments on commit 3cc9e62

Please sign in to comment.