diff options
Diffstat (limited to 'code/qcommon/net_chan.c')
| -rw-r--r-- | code/qcommon/net_chan.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/code/qcommon/net_chan.c b/code/qcommon/net_chan.c index 5c92c5d..ac617cb 100644 --- a/code/qcommon/net_chan.c +++ b/code/qcommon/net_chan.c @@ -397,8 +397,7 @@ qboolean Netchan_Process( netchan_t *chan, msg_t *msg ) {  		if ( fragmentStart != chan->fragmentLength ) {  			if ( showdrop->integer || showpackets->integer ) {  				Com_Printf( "%s:Dropped a message fragment\n" -				, NET_AdrToString( chan->remoteAddress ) -				, sequence); +				, NET_AdrToString( chan->remoteAddress ));  			}  			// we can still keep the part that we have so far,  			// so we don't need to clear chan->fragmentLength | 
