logger.LoadLogSettings() added after each platform executable registry

Added int return for platform executable
This commit is contained in:
Akkadius
2015-01-12 05:15:31 -06:00
parent 2e397b1383
commit fac1361d36
10 changed files with 15 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ void ExportBaseData(SharedDatabase *db);
int main(int argc, char **argv) {
RegisterExecutablePlatform(ExePlatformClientExport);
logger.LoadLogSettings();
set_exception_handler();
logger.Log(EQEmuLogSys::Status, "Client Files Export Utility");