(svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. This function
authorDarkvater
Sun, 15 Oct 2006 23:37:15 +0000
changeset 4859 78e6a7d0f490
parent 4858 91f058409592
child 4860 217cdf845a12
(svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. This function
only adds favourite servers to the list, does nothing with regards to connection
network.c
--- a/network.c	Sun Oct 15 23:35:26 2006 +0000
+++ b/network.c	Sun Oct 15 23:37:15 2006 +0000
@@ -938,8 +938,6 @@
 		rport = NETWORK_DEFAULT_PORT;
 
 		ParseConnectionString(&player, &port, host);
-
-		if (player != NULL) _network_playas = atoi(player);
 		if (port != NULL) rport = atoi(port);
 
 		item = NetworkQueryServer(host, rport, true);