* Supply specific identifier to the master server (Mathieu Olivier)

This commit is contained in:
Tim Angus 2008-09-15 20:24:04 +00:00
parent b2d87c4b2a
commit 47ee177430
3 changed files with 4 additions and 4 deletions

View file

@ -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