This commit is contained in:
kremsy
2014-02-27 13:16:34 +01:00
committed by Steffen Schröder
parent c6a64d1778
commit 074d1dfd8c
3 changed files with 15 additions and 6 deletions

View File

@@ -174,7 +174,7 @@ class AuthenticationManager implements CallbackListener {
$authStatement->close();
$player->authLevel = $authLevel;
$this->maniaControl->callbackManager->triggerCallback($player);
$this->maniaControl->callbackManager->triggerCallback(self::CB_AUTH_LEVEL_CHANGED, $player);
return true;
}