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:
Spoike 2005-12-06 02:24:36 +00:00
parent 87f100ad88
commit c73948abf9
1 changed files with 2 additions and 0 deletions

View File

@ -1101,6 +1101,8 @@ void CL_Disconnect (void)
cls.sockettcp = INVALID_SOCKET;
}
#endif
cls.qport++; //a hack I picked up from qizmo
}
#undef serverrunning