Add proper file log closing to eq_launch

This commit is contained in:
Akkadius 2015-01-21 18:53:39 -06:00
parent cb99f92287
commit 0cab51b68b

View File

@ -177,6 +177,8 @@ int main(int argc, char *argv[]) {
delete zone->second;
}
Log.CloseFileLogs();
return 0;
}