mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Compile fixes, needs cleaning up
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#include <time.h>
|
||||
|
||||
EQEmuLogSys Log;
|
||||
const EQEmuConfig *Config;
|
||||
|
||||
bool RunLoops = false;
|
||||
|
||||
@@ -57,7 +56,7 @@ int main(int argc, char *argv[]) {
|
||||
Log.Out(Logs::Detail, Logs::Launcher, "Loading server configuration failed.");
|
||||
return 1;
|
||||
}
|
||||
Config = EQEmuConfig::get();
|
||||
auto Config = EQEmuConfig::get();
|
||||
|
||||
/*
|
||||
* Setup nice signal handlers
|
||||
|
||||
Reference in New Issue
Block a user