fix house packup, harvesters, and city issues

This commit is contained in:
SWGMasters
2016-01-31 16:30:29 -06:00
parent af8ea53a03
commit 458a31dce7

View File

@@ -602,8 +602,6 @@ void Persister::saveCompleted(Snapshot *completedSnapshot)
{
m_savingSnapshots.erase(i, m_savingSnapshots.end());
delete completedSnapshot;
if (m_savingSnapshots.empty() && ConfigServerDatabase::getReportSaveTimes())
{
int saveTime = Clock::timeMs() - m_saveStartTime;