externalpluginmanager: Show plugins during updating

This commit is contained in:
Owain van Brakel
2020-04-08 15:39:26 +02:00
committed by GitHub
parent 7b9c3161b4
commit 0aa6d3dab0

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)