mirror of
https://github.com/plexusorg/Plex.git
synced 2026-07-14 21:44:55 +00:00
Allow custom update URLs for modules
This commit is contained in:
@@ -124,7 +124,7 @@ public class PlexCMD extends ServerCommand
|
||||
}
|
||||
for (PlexModule module : plugin.getModuleManager().getModules())
|
||||
{
|
||||
plugin.getUpdateChecker().updateJar(sender, module.getPlexModuleFile().getName(), true);
|
||||
plugin.getUpdateChecker().updateModuleJar(sender, module);
|
||||
}
|
||||
plugin.getModuleManager().reloadModules();
|
||||
return context.mmString("<green>All modules updated and reloaded!");
|
||||
|
||||
Reference in New Issue
Block a user