engine: client: fix parsing svc_spawnentity on old protocol

This commit is contained in:
Alibek Omarov 2023-04-03 03:26:19 +03:00
parent 27d9fc0afe
commit 2e8ab13242
1 changed files with 1 additions and 1 deletions

View File

@ -2889,7 +2889,7 @@ void CL_ParseLegacyServerMessage( sizebuf_t *msg, qboolean normal_message )
cl.frames[cl.parsecountmod].graphdata.sound += MSG_GetNumBytesRead( msg ) - bufStart;
break;
case svc_spawnstatic:
CL_ParseStaticEntity( msg );
CL_LegacyParseStaticEntity( msg );
break;
case svc_event_reliable:
CL_ParseReliableEvent( msg );