mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
construct: Ensure nobackfill when -wa (i.e. -single / -safe).
This commit is contained in:
parent
4fb0251d55
commit
71e7bb364b
1 changed files with 3 additions and 0 deletions
|
@ -524,7 +524,10 @@ applyargs()
|
|||
}
|
||||
|
||||
if(write_avoid)
|
||||
{
|
||||
ircd::write_avoid.set("true");
|
||||
nobackfill = true;
|
||||
}
|
||||
|
||||
if(debugmode)
|
||||
ircd::debugmode.set("true");
|
||||
|
|
Loading…
Reference in a new issue