Merge pull request #2527 from xKylee/splashscreen

project: splashscreen fix capitalisation
This commit is contained in:
Kyle
2020-04-28 17:17:18 +01:00
committed by GitHub

View File

@@ -426,7 +426,7 @@ public class PluginManager
loaded.getAndIncrement();
RuneLiteSplashScreen.stage(.60, .65, "Loading Internal plugins", loaded.get(), scannedPlugins.size());
RuneLiteSplashScreen.stage(.60, .65, "Loading internal plugins", loaded.get(), scannedPlugins.size());
})));
curGroup.forEach(future ->
{