mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
logger.LoadLogSettings() added after each platform executable registry
Added int return for platform executable
This commit is contained in:
@@ -37,6 +37,7 @@ EQEmuLogSys logger;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
RegisterExecutablePlatform(ExePlatformSharedMemory);
|
||||
logger.LoadLogSettings();
|
||||
set_exception_handler();
|
||||
|
||||
logger.Log(EQEmuLogSys::Status, "Shared Memory Loader Program");
|
||||
|
||||
Reference in New Issue
Block a user