Remove small redundancy

This commit is contained in:
Thilo Schulz 2007-12-27 11:45:20 +00:00
parent f41b32a39a
commit 08ee31604a
1 changed files with 2 additions and 2 deletions

View File

@ -3272,13 +3272,13 @@ void CL_GlobalServers_f( void ) {
// reset the list, waiting for response
// -1 is used to distinguish a "no response"
if( cls.masterNum == 1 ) {
NET_StringToAdr( cl_master->string, &to );
if( cls.masterNum == 1 ) {
cls.nummplayerservers = -1;
cls.pingUpdateSource = AS_MPLAYER;
}
else {
NET_StringToAdr( cl_master->string, &to );
cls.numglobalservers = -1;
cls.pingUpdateSource = AS_GLOBAL;
}