mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +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)
|
if(single && !bootstrap)
|
||||||
{
|
{
|
||||||
ircd::write_avoid.set("true");
|
ircd::write_avoid.set("true");
|
||||||
cmdline = true;
|
cmdline = !debugmode;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(bootstrap)
|
if(bootstrap)
|
||||||
|
|
Loading…
Reference in a new issue