mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
logger.LoadLogSettings() added after each platform executable registry
Added int return for platform executable
This commit is contained in:
@@ -33,6 +33,7 @@ void ImportBaseData(SharedDatabase *db);
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
RegisterExecutablePlatform(ExePlatformClientImport);
|
||||
logger.LoadLogSettings();
|
||||
set_exception_handler();
|
||||
|
||||
logger.Log(EQEmuLogSys::Status, "Client Files Import Utility");
|
||||
|
||||
Reference in New Issue
Block a user