Added extra skip commands

This commit is contained in:
Max Klaversma 2014-04-19 17:07:16 +02:00 committed by Steffen Schröder
parent 2b25f60398
commit 34d0ad54fa

View File

@ -45,7 +45,6 @@ class MapCommands implements CommandListener, ManialinkPageAnswerListener, Callb
// Register for admin chat commands
$this->maniaControl->commandManager->registerCommandListener(array('nextmap', 'next', 'skip'), $this, 'command_NextMap', true);
$this->maniaControl->commandManager->registerCommandListener('skip', $this, 'command_NextMap', true);
$this->maniaControl->commandManager->registerCommandListener(array('restartmap', 'resmap', 'res'), $this, 'command_RestartMap', true);
$this->maniaControl->commandManager->registerCommandListener(array('addmap', 'add'), $this, 'command_AddMap', true);
$this->maniaControl->commandManager->registerCommandListener(array('removemap', 'removethis', 'erasemap', 'erasethis'), $this, 'command_RemoveMap', true);