splashscreen: fix percentage (#2431)
sometimes, counting can be a bit hard
This commit is contained in:
@@ -402,7 +402,7 @@ public class RuneLite
|
|||||||
pluginManager.loadDefaultPluginConfiguration();
|
pluginManager.loadDefaultPluginConfiguration();
|
||||||
|
|
||||||
// Start client session
|
// Start client session
|
||||||
RuneLiteSplashScreen.stage(.80, "Starting core interface");
|
RuneLiteSplashScreen.stage(.77, "Starting core interface");
|
||||||
clientSessionManager.start();
|
clientSessionManager.start();
|
||||||
|
|
||||||
//Set the world if specified via CLI args - will not work until clientUI.init is called
|
//Set the world if specified via CLI args - will not work until clientUI.init is called
|
||||||
@@ -410,7 +410,7 @@ public class RuneLite
|
|||||||
worldArg.ifPresent(this::setWorld);
|
worldArg.ifPresent(this::setWorld);
|
||||||
|
|
||||||
// Initialize UI
|
// Initialize UI
|
||||||
RuneLiteSplashScreen.stage(.77, "Initialize UI");
|
RuneLiteSplashScreen.stage(.80, "Initialize UI");
|
||||||
clientUI.init(this);
|
clientUI.init(this);
|
||||||
|
|
||||||
// Initialize Discord service
|
// Initialize Discord service
|
||||||
|
|||||||
Reference in New Issue
Block a user