mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user