We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a24631 commit b857b19Copy full SHA for b857b19
src/mudlet.cpp
@@ -4301,7 +4301,6 @@ void mudlet::doAutoLogin(const QString& profile_name)
4301
return;
4302
}
4303
4304
- // Guard against loading the same profile multiple times (fixes #1195)
4305
if (mHostManager.hostLoaded(profile_name)) {
4306
qDebug() << "Profile" << profile_name << "already loaded, skipping duplicate autologin";
4307
0 commit comments