diff --git a/Quake/cl_parse.c b/Quake/cl_parse.c index 2f4de0a9..c17daa60 100644 --- a/Quake/cl_parse.c +++ b/Quake/cl_parse.c @@ -2635,7 +2635,7 @@ void CL_ParseServerMessage (void) case svcdp_downloaddata: if (cl.protocol != PROTOCOL_VERSION_DP7 && !cl.protocol_dpdownload) - Host_Error ("Received svcdp_entities but extension not active"); + Host_Error ("Received svcdp_downloaddata but extension not active"); CL_Download_Data(); break;