construct: No automatic console when -debug used w/ -single.

This commit is contained in:
Jason Volk 2022-06-16 20:02:28 -07:00
parent 58718dd3b2
commit 4fb0251d55
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ applyargs()
if(single && !bootstrap)
{
ircd::write_avoid.set("true");
cmdline = true;
cmdline = !debugmode;
}
if(bootstrap)