(listen_addr): New econfig key.

(player_init): Implement it.

(player_init): Support service name in econfig key loginport.  Service
empire no longer takes precedence over econfig.  Closes #797096.
This commit is contained in:
Markus Armbruster 2005-09-23 18:41:24 +00:00
parent d253e1266f
commit 1580b1f734
3 changed files with 26 additions and 8 deletions

View file

@ -50,4 +50,5 @@ char *banfil = "ban";
char *authfil = "auth";
char *timestampfil = "timestamp";
char *listen_addr = "";
char *loginport = EMP_PORT;