summaryrefslogtreecommitdiff
path: root/src/client/cl_main.c
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-02-04 10:40:02 +0100
committer/dev/humancontroller <devhc@example.com>2017-03-09 13:51:07 +0100
commit75c29d4f766ada3a6a01522c3608c7693cddfa4f (patch)
treeff13fd25c0cf34269eb2fdc4f058da156a22d1b7 /src/client/cl_main.c
parent9b7446f103aee6aabd50bdddc21cb400e04e22c0 (diff)
do not send version information in CURL downloads and MOTD requests
Diffstat (limited to 'src/client/cl_main.c')
-rw-r--r--src/client/cl_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index 67739c4b..00dc6640 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -1545,8 +1545,6 @@ void CL_RequestMotd( void ) {
"%i", ((rand() << 16) ^ rand()) ^ Com_Milliseconds());
Info_SetValueForKey( info, "challenge", cls.updateChallenge );
- Info_SetValueForKey( info, "renderer", cls.glconfig.renderer_string );
- Info_SetValueForKey( info, "version", com_version->string );
NET_OutOfBandPrint( NS_CLIENT, cls.updateServer, "getmotd%s", info );
}