diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-05-27 22:39:06 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-05-27 22:39:06 +0200 |
commit | 05e4e1479b4a57d781572afa4346a6ef960043de (patch) | |
tree | 2d469423d938acdfe9f101c9af5ac32903c68728 /src/game/g_local.h | |
parent | e532a5d3fa21784423bcaf6209b235f364684668 (diff) |
Remove /ignore.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
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; |