mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
cl_main.c (CL_EstablishConnection): Send a clc_nop at the end of the function.
This has been referred to by Baker as the NAT fix of ProQuake. Applied upon Steven's suggestion and it made me able to connect to bigfoot.quake1.net:26001 too. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@98 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
baf95f8146
commit
6f43d5ca99
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ void CL_EstablishConnection (char *host)
|
|||
cls.demonum = -1; // not in the demo loop now
|
||||
cls.state = ca_connected;
|
||||
cls.signon = 0; // need all the signon messages before playing
|
||||
MSG_WriteByte (&cls.message, clc_nop); // NAT Fix from ProQuake
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue