diff --git a/src/app/testing/testing.component.ts b/src/app/testing/testing.component.ts index a6dd403..5378a3f 100644 --- a/src/app/testing/testing.component.ts +++ b/src/app/testing/testing.component.ts @@ -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"; }