mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 14:58:21 +00:00
convert login.ini to login.json, stole jumber's idea about auto-updating old passwords (wip still)
This commit is contained in:
@@ -27,7 +27,7 @@ extern bool run_server;
|
||||
|
||||
ServerManager::ServerManager()
|
||||
{
|
||||
int listen_port = atoi(server.config->GetVariable("options", "listen_port").c_str());
|
||||
int listen_port = server.config.GetVariableInt("general", "listen_port", 5998);
|
||||
|
||||
server_connection.reset(new EQ::Net::ServertalkServer());
|
||||
EQ::Net::ServertalkServerOptions opts;
|
||||
|
||||
Reference in New Issue
Block a user