mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 15:57:58 +00:00
Fix double construction of EQEmuLogSys
This commit is contained in:
+1
-2
@@ -97,14 +97,13 @@ LoginServerList loginserverlist;
|
||||
EQWHTTPServer http_server;
|
||||
UCSConnection UCSLink;
|
||||
QueryServConnection QSLink;
|
||||
LauncherList launcher_list;
|
||||
LauncherList launcher_list;
|
||||
AdventureManager adventure_manager;
|
||||
EQEmu::Random emu_random;
|
||||
volatile bool RunLoops = true;
|
||||
uint32 numclients = 0;
|
||||
uint32 numzones = 0;
|
||||
bool holdzones = false;
|
||||
EQEmuLogSys logger;
|
||||
|
||||
extern ConsoleList console_list;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user