diff --git a/qw/source/cl_main.c b/qw/source/cl_main.c index 942ec74fd..53617f1d8 100644 --- a/qw/source/cl_main.c +++ b/qw/source/cl_main.c @@ -982,6 +982,8 @@ CL_ConnectionlessPacket (void) if (strstr (s, "QF")) { Con_Printf (": QuakeForge server detected\n"); CL_AddQFInfoKeys (); + } else if (strstr (s, "EXT")) { + CL_AddQFInfoKeys (); } else { Con_Printf ("\n"); } diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index be66da201..49026b75e 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -703,7 +703,7 @@ SVC_GetChallenge (void) } if (sv_extensions->int_val) { - extended = " QF qtv"; + extended = " QF qtv EXT"; } // send it to the client