From 34d0ad54fa399a4e255f3554ac872a4ab4bd4b8f Mon Sep 17 00:00:00 2001 From: Max Klaversma Date: Sat, 19 Apr 2014 17:07:16 +0200 Subject: [PATCH] Added extra skip commands --- application/core/Maps/MapCommands.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/core/Maps/MapCommands.php b/application/core/Maps/MapCommands.php index 4e0bf455..607bb51c 100644 --- a/application/core/Maps/MapCommands.php +++ b/application/core/Maps/MapCommands.php @@ -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);