client: use default config always

This commit is contained in:
therealnull
2021-07-21 23:19:55 -04:00
parent 42d0886212
commit 72e4863509

View File

@@ -162,7 +162,9 @@ public class SessionManager
{
// 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());