configurator bug fixes

This commit is contained in:
kremsy
2014-01-18 21:05:45 +01:00
committed by Steffen Schröder
parent aabd84c48f
commit 7912336509
5 changed files with 44 additions and 28 deletions

View File

@ -316,7 +316,7 @@ class ScriptSettings implements ConfiguratorMenu, CallbackListener {
//Reopen the Menu
$menuId = $this->maniaControl->configurator->getMenuId($this->getTitle());
$this->maniaControl->configurator->reopenMenu($menuId);
$this->maniaControl->configurator->reopenMenu($player, $menuId);
}
/**