mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
construct: No automatic console when -debug used w/ -single.
This commit is contained in:
parent
58718dd3b2
commit
4fb0251d55
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ applyargs()
|
|||
if(single && !bootstrap)
|
||||
{
|
||||
ircd::write_avoid.set("true");
|
||||
cmdline = true;
|
||||
cmdline = !debugmode;
|
||||
}
|
||||
|
||||
if(bootstrap)
|
||||
|
|
Loading…
Reference in a new issue