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:
@@ -105,12 +105,15 @@ uint32 numclients = 0;
|
||||
uint32 numzones = 0;
|
||||
bool holdzones = false;
|
||||
|
||||
EQEmuLogSys logger;
|
||||
|
||||
extern ConsoleList console_list;
|
||||
|
||||
void CatchSignal(int sig_num);
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
RegisterExecutablePlatform(ExePlatformWorld);
|
||||
logger.LoadLogSettings();
|
||||
set_exception_handler();
|
||||
|
||||
/* Database Version Check */
|
||||
|
||||
Reference in New Issue
Block a user