From 134e4522a3a9eb3f3e2f8e3646eb3d3999d49694 Mon Sep 17 00:00:00 2001 From: tma Date: Mon, 15 Sep 2008 20:24:04 +0000 Subject: * Supply specific identifier to the master server (Mathieu Olivier) git-svn-id: svn://svn.icculus.org/quake3/trunk@1471 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/client/cl_main.c') 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 -- cgit v1.2.3