From 957b81af0726d89d820e26750d85849745cd2c9c Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 19 Jun 2011 11:28:39 +0200 Subject: made it possible to restrict player information in spectator mode --- src/game/variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/variables.h') diff --git a/src/game/variables.h b/src/game/variables.h index ee8cb74a..1d681e1f 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -73,6 +73,7 @@ MACRO_CONFIG_INT(SvTeambalanceTime, sv_teambalance_time, 1, 0, 1000, CFGFLAG_SER MACRO_CONFIG_INT(SvInactiveKickTime, sv_inactivekick_time, 3, 0, 1000, CFGFLAG_SERVER, "How many minutes to wait before taking care of inactive players") MACRO_CONFIG_INT(SvInactiveKick, sv_inactivekick, 1, 0, 2, CFGFLAG_SERVER, "How to deal with inactive players (0=move to spectator, 1=move to free spectator slot/kick, 2=kick)") +MACRO_CONFIG_INT(SvStrictSpectateMode, sv_strict_spectate_mode, 0, 0, 1, CFGFLAG_SERVER, "Restricts information in spectator mode") MACRO_CONFIG_INT(SvVoteSpectate, sv_vote_spectate, 1, 0, 1, CFGFLAG_SERVER, "Allow voting to move players to spectators") MACRO_CONFIG_INT(SvVoteKick, sv_vote_kick, 1, 0, 1, CFGFLAG_SERVER, "Allow voting to kick players") MACRO_CONFIG_INT(SvVoteKickMin, sv_vote_kick_min, 0, 0, MAX_CLIENTS, CFGFLAG_SERVER, "Minimum number of players required to start a kick vote") -- cgit 1.4.1