From 2991675094e49ca38c457b498647bf0c47263272 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 19 May 2017 17:26:46 +0200 Subject: [PATCH] added //settings command --- core/Configurator/Configurator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); } /**