mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
logger.LoadLogSettings() added after each platform executable registry
Added int return for platform executable
This commit is contained in:
@@ -39,6 +39,7 @@ void CatchSignal(int sig_num);
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
RegisterExecutablePlatform(ExePlatformLaunch);
|
||||
logger.LoadLogSettings();
|
||||
set_exception_handler();
|
||||
|
||||
std::string launcher_name;
|
||||
|
||||
Reference in New Issue
Block a user