diff --git a/MatchManagerSuite/MatchManagerWidget.php b/MatchManagerSuite/MatchManagerWidget.php index faa143c..f71faa5 100644 --- a/MatchManagerSuite/MatchManagerWidget.php +++ b/MatchManagerSuite/MatchManagerWidget.php @@ -120,6 +120,7 @@ class MatchManagerWidget implements ManialinkPageAnswerListener, CallbackListene */ public function load(ManiaControl $maniaControl) { $this->maniaControl = $maniaControl; + /** @var MatchManagerCore */ $this->MatchManagerCore = $this->maniaControl->getPluginManager()->getPlugin(self::MATCHMANAGERCORE_PLUGIN); if ($this->MatchManagerCore == Null) {