Update DefaultLoginServerName

This commit is contained in:
Akkadius 2019-08-10 06:59:45 -05:00
parent f39684b7f7
commit 66ee0dc9bd

View File

@ -90,6 +90,7 @@ int main(int argc, char **argv)
"login.eqemulator.net:5999" "login.eqemulator.net:5999"
) )
); );
#endif
server.options.DefaultLoginServerName( server.options.DefaultLoginServerName(
server.config.GetVariableString( server.config.GetVariableString(
@ -98,8 +99,6 @@ int main(int argc, char **argv)
"local" "local"
) )
); );
#endif
#ifdef ENABLE_SECURITY #ifdef ENABLE_SECURITY
server.options.EncryptionMode(server.config.GetVariableInt("security", "mode", 13)); server.options.EncryptionMode(server.config.GetVariableInt("security", "mode", 13));