diff options
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 |