mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
Remove small redundancy
This commit is contained in:
parent
f41b32a39a
commit
08ee31604a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue