From 10939b0104f95d44ca66e51fa22d27497ac96c5c Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 10 Nov 2013 16:36:09 +0100 Subject: [PATCH] settingsConfigurator --- application/core/settingConfigurator.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/core/settingConfigurator.php b/application/core/settingConfigurator.php index 5c4a9744..02f88920 100644 --- a/application/core/settingConfigurator.php +++ b/application/core/settingConfigurator.php @@ -11,11 +11,11 @@ class settingConfigurator { public function __construct(ManiaControl $maniaControl){ $this->maniaControl = $maniaControl; $this->maniaControl->callbacks->registerCallbackHandler(Callbacks::CB_MC_ONINIT, $this, 'onInit'); - + $this->maniaControl->manialinkIdHandler->reserveManiaLinkIds(100); } - private function onInit(){ - - $this->maniaControl->chat->sendChat("test"); + public function onInit(array $callback){ + // $this->maniaControl->manialinkUtil-> + // $this->maniaControl->chat->sendChat("test"); } } \ No newline at end of file