mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Prevention of badly configured mvdsv builds kicking us requires this.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@645 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bb8163406c
commit
fd1f296b93
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ typedef struct
|
||||||
|
|
||||||
// network stuff
|
// network stuff
|
||||||
netchan_t netchan;
|
netchan_t netchan;
|
||||||
|
float lastarbiatarypackettime; //used to mark when packets were sent to prevent mvdsv servers from causing us to disconnect.
|
||||||
|
|
||||||
// private userinfo for sending to masterless servers
|
// private userinfo for sending to masterless servers
|
||||||
char userinfo[MAX_INFO_STRING];
|
char userinfo[MAX_INFO_STRING];
|
||||||
|
|
Loading…
Reference in a new issue