configurator bug fixes
This commit is contained in:
committed by
Steffen Schröder
parent
aabd84c48f
commit
7912336509
@ -297,7 +297,7 @@ class ServerSettings implements ConfiguratorMenu, CallbackListener {
|
||||
|
||||
//Reopen the Menu
|
||||
$menuId = $this->maniaControl->configurator->getMenuId($this->getTitle());
|
||||
$this->maniaControl->configurator->reopenMenu($menuId);
|
||||
$this->maniaControl->configurator->reopenMenu($player, $menuId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user