Merge pull request #4592 from deathbeam/fix-session-load-order
Fix order of loading session settings
This commit is contained in:
@@ -241,6 +241,9 @@ public class RuneLite
|
||||
// Load user configuration
|
||||
configManager.load();
|
||||
|
||||
// Load the session, including saved configuration
|
||||
sessionManager.loadSession();
|
||||
|
||||
// Tell the plugin manager if client is outdated or not
|
||||
pluginManager.setOutdated(isOutdated);
|
||||
|
||||
@@ -255,9 +258,6 @@ public class RuneLite
|
||||
// Start client session
|
||||
clientSessionManager.start();
|
||||
|
||||
// Load the session, including saved configuration
|
||||
sessionManager.loadSession();
|
||||
|
||||
// Initialize UI
|
||||
clientUI.open(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user