diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-09-15 20:24:04 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-09-15 20:24:04 +0000 |
commit | 134e4522a3a9eb3f3e2f8e3646eb3d3999d49694 (patch) | |
tree | 582e71ac4ea3094c6b7e2a9f15f79315bf6aaa01 /code/client | |
parent | 375858a20dcd36f9e2187af181228a9493d9f6e7 (diff) | |
download | ioquake3-aero-134e4522a3a9eb3f3e2f8e3646eb3d3999d49694.tar.gz ioquake3-aero-134e4522a3a9eb3f3e2f8e3646eb3d3999d49694.zip |
* Supply specific identifier to the master server (Mathieu Olivier)
git-svn-id: svn://svn.icculus.org/quake3/trunk@1471 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client')
-rw-r--r-- | code/client/cl_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_main.c b/code/client/cl_main.c index 353d2b3..64c1cfb 100644 --- a/code/client/cl_main.c +++ b/code/client/cl_main.c @@ -3666,7 +3666,7 @@ void CL_GlobalServers_f( void ) { // Use the extended query for IPv6 masters if (to.type == NA_IP6 || to.type == NA_MULTICAST6) { - cmdname = "getserversExt " GAMENAME; + cmdname = "getserversExt " GAMENAME_FOR_MASTER; // TODO: test if we only have an IPv6 connection. If it's the case, // request IPv6 servers only by appending " ipv6" to the command |