command rename

This commit is contained in:
kremsy 2014-02-19 10:57:30 +01:00 committed by Steffen Schröder
parent 7b460b5327
commit 8e812f19c5

View File

@ -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');