mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
construct: Set -noautoapps in -safe mode.
This commit is contained in:
parent
bcf8f0531f
commit
dd06b8f22a
1 changed files with 1 additions and 0 deletions
|
@ -512,6 +512,7 @@ applyargs()
|
|||
{
|
||||
single = true;
|
||||
nocompact = true;
|
||||
noautoapps = true;
|
||||
ircd::server::enable.set("false");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue