0
0
Fork 0
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:
Jason Volk 2022-06-16 20:04:25 -07:00
parent 4fb0251d55
commit 71e7bb364b

View file

@ -524,7 +524,10 @@ applyargs()
}
if(write_avoid)
{
ircd::write_avoid.set("true");
nobackfill = true;
}
if(debugmode)
ircd::debugmode.set("true");