diff --git a/MatchManagerSuite/MatchManagerPickAndBan.php b/MatchManagerSuite/MatchManagerPickAndBan.php index 9491a2c..4d43bf8 100644 --- a/MatchManagerSuite/MatchManagerPickAndBan.php +++ b/MatchManagerSuite/MatchManagerPickAndBan.php @@ -264,6 +264,7 @@ class MatchManagerPickAndBan implements ManialinkPageAnswerListener, CallbackLis $this->log("Pick & ban are over"); $this->state->status = MatchManagerPickAndBan_State::STATUS_COMPLETED; $this->clearManialinks(); + $this->sendStateToProduction(); if ($this->maniaControl->getSettingManager()->getSettingValue($this, self::SETTING_STARTMATCHAUTOMATICALLY)) { $this->log("Automatically starting the match");