Renamed renderMenuIcon to renderMenuEntry
This commit is contained in:
@ -802,7 +802,7 @@ class CustomVotesPlugin implements SidebarMenuEntryRenderable, CommandListener,
|
||||
/**
|
||||
* Call here the function which updates the MenuIcon Manialink
|
||||
*/
|
||||
public function renderMenuIcon() {
|
||||
public function renderMenuEntry() {
|
||||
$this->showIcon();
|
||||
}
|
||||
}
|
||||
|
@ -532,7 +532,7 @@ class DonationPlugin implements CallbackListener, CommandListener, Plugin, Sideb
|
||||
$this->maniaControl->getManialinkManager()->displayWidget($maniaLink, $player, 'TopDons');
|
||||
}
|
||||
|
||||
public function renderMenuIcon() {
|
||||
public function renderMenuEntry() {
|
||||
$this->displayDonateWidget();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user