Skip to content

Commit

Permalink
Remove small redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Dec 27, 2007
1 parent f41b32a commit 08ee316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/client/cl_main.c
Expand Up @@ -3272,13 +3272,13 @@ void CL_GlobalServers_f( void ) {
// reset the list, waiting for response
// -1 is used to distinguish a "no response"

NET_StringToAdr( cl_master->string, &to );

if( cls.masterNum == 1 ) {
NET_StringToAdr( cl_master->string, &to );
cls.nummplayerservers = -1;
cls.pingUpdateSource = AS_MPLAYER;
}
else {
NET_StringToAdr( cl_master->string, &to );
cls.numglobalservers = -1;
cls.pingUpdateSource = AS_GLOBAL;
}
Expand Down

0 comments on commit 08ee316

Please sign in to comment.