From 75c29d4f766ada3a6a01522c3608c7693cddfa4f Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Wed, 4 Feb 2015 10:40:02 +0100 Subject: do not send version information in CURL downloads and MOTD requests --- src/client/cl_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/cl_main.c') 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 ); } -- cgit