* ServerUIPropertiesMenu for Configurator to edit builtin UIProperties of MP * fixed unregister-functions of CallbackManager * Reducing menuItemHeight in Configurator to avoid overlapping of the menu items * Fully rebuild the admins menu after a player rights changed
This commit is contained in:
committed by
Lukas Kremsmayr
parent
ba1f6d54bd
commit
e241f729ce
@ -391,6 +391,8 @@ class AuthenticationManager implements CallbackListener, EchoListener, Communica
|
||||
$player->authLevel = $authLevel;
|
||||
$this->maniaControl->getCallbackManager()->triggerCallback(self::CB_AUTH_LEVEL_CHANGED, $player);
|
||||
|
||||
$this->maniaControl->getActionsMenu()->rebuildAndShowAdminMenu();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user