mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Remove duplicate set netchan compat
Left over from before legacy protocol support was moved from iostvef into ioquake3.
This commit is contained in:
parent
060610f671
commit
30190f45f3
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue