Merge pull request #2490 from open-osrs/Owain94-patch-1

externalpluginmanager: Show plugins during updating
This commit is contained in:
Owain van Brakel
2020-04-08 18:37:40 +02:00
committed by GitHub

View File

@@ -1077,6 +1077,8 @@ public class ExternalPluginManager
String lastVersion = lastRelease.version;
try
{
RuneLiteSplashScreen.stage(.59, "Updating " + plugin.id + " to version " + lastVersion);
boolean updated = updateManager.updatePlugin(plugin.id, lastVersion);
if (!updated)