aboutsummaryrefslogtreecommitdiffstats
path: root/code/server/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/server/server.h')
-rw-r--r--code/server/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/server/server.h b/code/server/server.h
index eab244b..bf85594 100644
--- a/code/server/server.h
+++ b/code/server/server.h
@@ -208,6 +208,7 @@ typedef struct {
int time; // time the last packet was sent to the autherize server
int pingTime; // time the challenge response was sent to client
int firstTime; // time the adr was first used, for authorize timeout checks
+ qboolean wasrefused;
qboolean connected;
} challenge_t;