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