callback rename

This commit is contained in:
kremsy
2014-02-19 10:43:37 +01:00
committed by Steffen Schröder
parent 159e2079ee
commit 7b460b5327
15 changed files with 26 additions and 23 deletions

View File

@ -54,7 +54,7 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener {
// Register for callbacks
$this->maniaControl->callbackManager->registerCallbackListener(PlayerManager::CB_ONINIT, $this, 'handleOnInit');
$this->maniaControl->callbackManager->registerCallbackListener(PlayerManager::CB_PLAYERJOINED, $this, 'handlePlayerJoined');
$this->maniaControl->callbackManager->registerCallbackListener(PlayerManager::CB_PLAYERCONNECT, $this, 'handlePlayerJoined');
$this->maniaControl->callbackManager->registerCallbackListener(AuthenticationManager::CB_AUTH_LEVEL_CHANGED, $this, 'handlePlayerJoined');
}