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

construct: Set -noautoapps in -safe mode.

This commit is contained in:
Jason Volk 2020-11-07 02:53:51 -08:00
parent bcf8f0531f
commit dd06b8f22a

View file

@ -512,6 +512,7 @@ applyargs()
{
single = true;
nocompact = true;
noautoapps = true;
ircd::server::enable.set("false");
}