This commit is contained in:
parent
67af95cf0b
commit
2f603d30e3
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ namespace Server {
|
|||
|
||||
saveThread.Join();
|
||||
|
||||
if (UseSequentialWriters)
|
||||
if (permitBackgroundWrite && UseSequentialWriters) //If we're permitted to write in the background, but we don't anyways, then notify.
|
||||
World.NotifyDiskWriteComplete();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ namespace Server {
|
|||
SaveItems(metrics);
|
||||
SaveGuilds(metrics);
|
||||
|
||||
if (UseSequentialWriters)
|
||||
if (permitBackgroundWrite && UseSequentialWriters) //If we're permitted to write in the background, but we don't anyways, then notify.
|
||||
World.NotifyDiskWriteComplete();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue