From 66ee0dc9bd29a1a87b0eff016cfe457d713c8c4e Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 10 Aug 2019 06:59:45 -0500 Subject: [PATCH] Update DefaultLoginServerName --- loginserver/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/loginserver/main.cpp b/loginserver/main.cpp index 217929ea2..dbd35b5bc 100644 --- a/loginserver/main.cpp +++ b/loginserver/main.cpp @@ -90,6 +90,7 @@ int main(int argc, char **argv) "login.eqemulator.net:5999" ) ); +#endif server.options.DefaultLoginServerName( server.config.GetVariableString( @@ -98,8 +99,6 @@ int main(int argc, char **argv) "local" ) ); -#endif - #ifdef ENABLE_SECURITY server.options.EncryptionMode(server.config.GetVariableInt("security", "mode", 13));