summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-05-27 22:39:06 +0200
committerPaweł Redman <pawel.redman@gmail.com>2015-05-27 22:39:06 +0200
commit05e4e1479b4a57d781572afa4346a6ef960043de (patch)
tree2d469423d938acdfe9f101c9af5ac32903c68728 /src/game/g_local.h
parente532a5d3fa21784423bcaf6209b235f364684668 (diff)
Remove /ignore.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 8a6f73a..1b602a6 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -274,7 +274,6 @@ typedef struct
spectatorState_t spectatorState;
int spectatorClient; // for chasecam and follow mode
team_t restartTeam; //for !restart keepteams and !restart switchteams
- clientList_t ignoreList;
int seenWelcome; // determines if the client has seen server's welcome message
} clientSession_t;