cb names updated

This commit is contained in:
kremsy
2014-02-19 12:53:06 +01:00
committed by Steffen Schröder
parent 34f5598f24
commit db255fe1c0
20 changed files with 39 additions and 37 deletions

View File

@ -53,7 +53,7 @@ class ServerCommands implements CallbackListener, CommandListener, ManialinkPage
// Register for callbacks
$this->maniaControl->timerManager->registerTimerListening($this, 'each5Seconds', 5000);
$this->maniaControl->callbackManager->registerCallbackListener(CallbackManager::CB_MC_ONINIT, $this, 'handleOnInit');
$this->maniaControl->callbackManager->registerCallbackListener(CallbackManager::CB_ONINIT, $this, 'handleOnInit');
// Register for commands
$this->maniaControl->commandManager->registerCommandListener('setpwd', $this, 'command_SetPwd', true);