This commit is contained in:
Shpoike 2020-02-29 02:07:39 +00:00
parent 08cf018563
commit 4315b1cfdc
1 changed files with 1 additions and 1 deletions

View File

@ -2635,7 +2635,7 @@ void CL_ParseServerMessage (void)
case svcdp_downloaddata: case svcdp_downloaddata:
if (cl.protocol != PROTOCOL_VERSION_DP7 && !cl.protocol_dpdownload) 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(); CL_Download_Data();
break; break;