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
|
// Load user configuration
|
||||||
configManager.load();
|
configManager.load();
|
||||||
|
|
||||||
|
// Load the session, including saved configuration
|
||||||
|
sessionManager.loadSession();
|
||||||
|
|
||||||
// Tell the plugin manager if client is outdated or not
|
// Tell the plugin manager if client is outdated or not
|
||||||
pluginManager.setOutdated(isOutdated);
|
pluginManager.setOutdated(isOutdated);
|
||||||
|
|
||||||
@@ -255,9 +258,6 @@ public class RuneLite
|
|||||||
// Start client session
|
// Start client session
|
||||||
clientSessionManager.start();
|
clientSessionManager.start();
|
||||||
|
|
||||||
// Load the session, including saved configuration
|
|
||||||
sessionManager.loadSession();
|
|
||||||
|
|
||||||
// Initialize UI
|
// Initialize UI
|
||||||
clientUI.open(this);
|
clientUI.open(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user