| 73 | } |
| 74 | |
| 75 | Server* NetworkOptionsWithNumber::start_networking(Names& N, int my_num) |
| 76 | { |
| 77 | if (ip_filename.length() > 0) |
| 78 | { |
| 79 | N.init(my_num, portnum_base, ip_filename, nplayers); |
| 80 | return 0; |
| 81 | } |
| 82 | else |
| 83 | return Server::start_networking(N, my_num, nplayers, hostname, portnum_base); |
| 84 | } |