Remove duplicate set netchan compat

Left over from before legacy protocol support was moved from iostvef
into ioquake3.
This commit is contained in:
Zack Middleton 2018-03-04 00:31:20 -06:00
parent 060610f671
commit 30190f45f3

View file

@ -2826,9 +2826,6 @@ void CL_ConnectionlessPacket( netadr_t from, msg_t *msg ) {
clc.challenge, qfalse);
#endif
#ifdef ELITEFORCE
clc.netchan.compat = clc.compat;
#endif
clc.state = CA_CONNECTED;
clc.lastPacketSentTime = -9999; // send first packet immediately
return;