diff options
Diffstat (limited to 'src/game/server/player.h')
| -rw-r--r-- | src/game/server/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/player.h b/src/game/server/player.h index e6595245..97fb299c 100644 --- a/src/game/server/player.h +++ b/src/game/server/player.h @@ -130,6 +130,7 @@ public: CZCatchVictim *m_ZCatchVictims; int m_zCatchNumVictims; int m_zCatchNumKillsInARow; + bool m_zCatchJoinSpecWhenReleased; void AddZCatchVictim(int ClientID, int reason = ZCATCH_CAUGHT_REASON_JOINING); void ReleaseZCatchVictim(int ClientID, int limit = 0); bool HasZCatchVictims() { return (m_ZCatchVictims != NULL); } |