mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
logger.LoadLogSettings() added after each platform executable registry
Added int return for platform executable
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user