From 00ae308e45f48beb6106020b70f2ec6ff2be0b20 Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 18 Aug 2026 13:15:13 +0200 Subject: [PATCH] send state to production at the end of the pick and ban --- MatchManagerSuite/MatchManagerPickAndBan.php | 1 + 1 file changed, 1 insertion(+) 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");