mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Fix typo
This commit is contained in:
parent
08cf018563
commit
4315b1cfdc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue