engine: client: print which tempentity type was overflowed

This commit is contained in:
Alibek Omarov 2022-01-26 23:50:11 +03:00
parent ffea7d9729
commit 0027678a56

View File

@ -2393,7 +2393,7 @@ void CL_ParseTempEntity( sizebuf_t *msg )
// throw warning
if( MSG_CheckOverflow( &buf ))
Con_DPrintf( S_WARN "ParseTempEntity: overflow TE message\n" );
Con_DPrintf( S_WARN "ParseTempEntity: overflow TE message %i\n", type );
}