summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-10-03 11:27:48 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:01 +0000
commita1d19593a011737c5170c89973a352d511dc6d82 (patch)
tree8dd377ab8c53cf1daa666ab3a7377ab27e6fa527 /src/client
parentde52d71448579a62c2d8de5dad899c594842386d (diff)
* Merge ioq3-r1248
Diffstat (limited to 'src/client')
-rw-r--r--src/client/cl_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index a1701d77..14cb84b7 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -3215,13 +3215,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;
}