Skip to content

Commit b857b19

Browse files
authored
Apply suggestion from @vadi2
1 parent 3a24631 commit b857b19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mudlet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4301,7 +4301,6 @@ void mudlet::doAutoLogin(const QString& profile_name)
43014301
return;
43024302
}
43034303

4304-
// Guard against loading the same profile multiple times (fixes #1195)
43054304
if (mHostManager.hostLoaded(profile_name)) {
43064305
qDebug() << "Profile" << profile_name << "already loaded, skipping duplicate autologin";
43074306
return;

0 commit comments

Comments
 (0)