Fix for RunUO Crash if Performance tab on Admin gump is open within first 100seconds of server running.
Completion of the DynamicSaveStrategy. Background saves are now safe; triggered only by the autoSave or command [BackgroundSave ([BGSave)
This commit is contained in:
parent
0afa707b24
commit
67af95cf0b
12 changed files with 169 additions and 84 deletions
|
|
@ -1217,7 +1217,11 @@ namespace Server
|
|||
|
||||
if( m_Owner.m_Closed )
|
||||
m_Owner.m_File.Close();
|
||||
|
||||
AsyncWriter.m_ThreadCount--;
|
||||
|
||||
if (AsyncWriter.m_ThreadCount <= 0)
|
||||
World.NotifyDiskWriteComplete();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue