Skip to content

Commit

Permalink
client: use default config always
Browse files Browse the repository at this point in the history
  • Loading branch information
Therealnull committed Jul 22, 2021
1 parent 42d0886 commit 72e4863
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 72e4863

Please sign in to comment.