r1318 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Apr 12 16:05:33 EDT 2008


Author: thilo
Date: 2008-04-12 16:05:33 -0400 (Sat, 12 Apr 2008)
New Revision: 1318

Modified:
   trunk/code/client/cl_main.c
Log:
remove commented code


Modified: trunk/code/client/cl_main.c
===================================================================
--- trunk/code/client/cl_main.c	2008-04-12 19:58:29 UTC (rev 1317)
+++ trunk/code/client/cl_main.c	2008-04-12 20:05:33 UTC (rev 1318)
@@ -1905,11 +1905,6 @@
 		numservers++;
 		if (numservers >= MAX_SERVERSPERPACKET)
 			break;
-
-		// parse out EOT
-		// not anymore.. as servers from 69.79.84.0/24 can screw up the server list with this.
-//		if (buffptr[1] == 'E' && buffptr[2] == 'O' && buffptr[3] == 'T')
-//			break;
 	}
 
 	count = cls.numglobalservers;




More information about the quake3-commits mailing list