From 8e812f19c5694d735a61d276b5fae0a89cfd9a76 Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 19 Feb 2014 10:57:30 +0100 Subject: [PATCH] command rename --- application/plugins/Donations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/Donations.php b/application/plugins/Donations.php index ec485c62..28aa1394 100644 --- a/application/plugins/Donations.php +++ b/application/plugins/Donations.php @@ -72,7 +72,7 @@ class DonationPlugin implements CallbackListener, CommandListener, Plugin { // Register for commands $this->maniaControl->commandManager->registerCommandListener('donate', $this, 'command_Donate'); $this->maniaControl->commandManager->registerCommandListener('pay', $this, 'command_Pay', true); - $this->maniaControl->commandManager->registerCommandListener('getplanets', $this, 'command_GetPlanets', true); + $this->maniaControl->commandManager->registerCommandListener('planets', $this, 'command_GetPlanets', true); // Register for callbacks $this->maniaControl->callbackManager->registerCallbackListener(CallbackManager::CB_MP_BILLUPDATED, $this, 'handleBillUpdated');