engine: common: net_chan: remove unneeded check for demo and remote address in netchan, as it's handled in client and server already

This commit is contained in:
Alibek Omarov 2024-06-15 13:44:18 +03:00
parent ff4221fbe7
commit 33a1416199

View file

@ -1700,9 +1700,6 @@ qboolean Netchan_Process( netchan_t *chan, sizebuf_t *msg )
qboolean message_contains_fragments;
int i, qport, statId;
if( !CL_IsPlaybackDemo() && !NET_CompareAdr( net_from, chan->remote_address ))
return false;
// get sequence numbers
MSG_Clear( msg );
sequence = MSG_ReadLong( msg );