diff --git a/core/Configurator/Configurator.php b/core/Configurator/Configurator.php index c229f931..6d7e8b20 100644 --- a/core/Configurator/Configurator.php +++ b/core/Configurator/Configurator.php @@ -106,7 +106,7 @@ class Configurator implements CallbackListener, CommandListener, ManialinkPageAn $this->addMenu($this->maniaControlSettings); // Chat commands - $this->maniaControl->getCommandManager()->registerCommandListener('config', $this, 'handleConfigCommand', true, 'Loads Config panel.'); + $this->maniaControl->getCommandManager()->registerCommandListener(array('settings', 'config'), $this, 'handleConfigCommand', true, 'Loads Config panel.'); } /**