Skip to content

Commit

Permalink
Merge pull request open-osrs#3013 from zeruth/master
Browse files Browse the repository at this point in the history
client: use default config always
  • Loading branch information
Owain94 authored Jul 23, 2021
2 parents 42d0886 + 72e4863 commit c2af17f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ private void openSession(AccountSession session, boolean openSocket)
{
// Initialize config for new session
// If the session isn't logged in yet, don't switch to the new config
configManager.switchSession(session);

//This switches to a config context that can't be uploaded/downloaded, "resetting" every startup
//configManager.switchSession(session);
}

eventBus.post(new SessionOpen());
Expand Down

0 comments on commit c2af17f

Please sign in to comment.