Skip to content

Commit

Permalink
Remove duplicate set netchan compat
Browse files Browse the repository at this point in the history
Left over from before legacy protocol support was moved from iostvef
into ioquake3.
  • Loading branch information
zturtleman committed Mar 4, 2018
1 parent 060610f commit 30190f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/client/cl_main.c
Expand Up @@ -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;
Expand Down

0 comments on commit 30190f4

Please sign in to comment.