fix missing break

This commit is contained in:
Beu 2025-03-15 22:00:39 +01:00
parent 66cd4a8430
commit 0e47b75e3d

View File

@ -2350,6 +2350,7 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen
$player->setCache($pluginMenu, PluginMenu::CACHE_SETTING_CLASS, self::class); $player->setCache($pluginMenu, PluginMenu::CACHE_SETTING_CLASS, self::class);
} }
$this->maniaControl->getConfigurator()->showMenu($player, $pluginMenu); $this->maniaControl->getConfigurator()->showMenu($player, $pluginMenu);
break;
case self::ML_ACTION_STOPMATCH: case self::ML_ACTION_STOPMATCH:
$this->MatchStop(); $this->MatchStop();
break; break;