We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d484a2 + 08cc95c commit c82167fCopy full SHA for c82167f
src/main/java/org/mctourney/autoreferee/AutoRefMatch.java
@@ -349,7 +349,10 @@ public MatchStatus getCurrentState()
349
* @param status new match status
350
*/
351
public void setCurrentState(MatchStatus status)
352
- { this.currentState = status; this.setupSpectators(); }
+ {
353
+ this.currentState = status;
354
+ if (!status.isBeforeMatch()) this.setupSpectators();
355
+ }
356
357
// custom scoreboard
358
protected final Scoreboard scoreboard;
0 commit comments