0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +02:00

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

View file

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