Update main.cpp

This commit is contained in:
Paul Coene 2020-08-19 14:58:04 -04:00 committed by GitHub
parent b8586bf9cb
commit 9be5ac4ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,10 +326,10 @@ int main(int argc, char** argv) {
LogInfo("Current hotfix in use: [{}]", hotfix_name.c_str());
}
}
LogInfo("Purging expired data buckets");
database.PurgeAllDeletedDataBuckets();
LogInfo("Loading zones");
world_store.LoadZones();