Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Apr 12, 2008
1 parent 5178584 commit cebdb64
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/client/cl_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1905,11 +1905,6 @@ void CL_ServersResponsePacket( netadr_t from, msg_t *msg ) {
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;
Expand Down

0 comments on commit cebdb64

Please sign in to comment.