mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Try and stop the duplicate reconnect thing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1677 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
87f100ad88
commit
c73948abf9
1 changed files with 2 additions and 0 deletions
|
@ -1101,6 +1101,8 @@ void CL_Disconnect (void)
|
|||
cls.sockettcp = INVALID_SOCKET;
|
||||
}
|
||||
#endif
|
||||
|
||||
cls.qport++; //a hack I picked up from qizmo
|
||||
}
|
||||
|
||||
#undef serverrunning
|
||||
|
|
Loading…
Reference in a new issue