mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Update DefaultLoginServerName
This commit is contained in:
parent
f39684b7f7
commit
66ee0dc9bd
@ -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));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user