Skip to content
Snippets Groups Projects
Commit b6b3e890 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Actually use the (first) shell we found that the user meets the requirements

As discovered and reported by Deuce and Nelgin
parent b48082fd
No related branches found
No related tags found
No related merge requests found
Pipeline #8137 failed
......@@ -196,6 +196,8 @@ bool sbbs_t::logon()
break;
if (i == cfg.total_shells)
useron.shell = 0;
else
useron.shell = i;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment