2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Remove old hard-coded addresses

This commit is contained in:
2011-04-29 11:11:52 -07:00
parent c76c39b277
commit 563eebd560
3 changed files with 23 additions and 140 deletions

View File

@ -985,7 +985,7 @@ void NetCommConnect () {
if (!gDataServerLocal) {
// if a cmdline override was specified for a filesrv, connect directly to the fileserver rather than going through the gatekeeper
// if a console override was specified for a filesrv, connect directly to the fileserver rather than going through the gatekeeper
if(GetFileSrvHostnames(&addrs) && FileSrvHostnameOverride())
{
NetCliFileStartConnect(addrs, count);