Plugin filenames must match class names
changed deprecated public values in ManiaControl.php to private
This commit is contained in:
@ -334,7 +334,7 @@ class PluginUpdateManager implements CallbackListener, CommandListener, TimerLis
|
||||
}
|
||||
Logger::log($message);
|
||||
|
||||
$this->maniaControl->getConfigurator()->showMenu($player, InstallMenu::getTitle());
|
||||
$this->maniaControl->getConfigurator()->showMenu($player, $this->maniaControl->getPluginManager()->getPluginInstallMenu());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user