about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2009-01-21 19:27:21 +0000
committerAlfred Eriksson <somerunce@gmail.com>2009-01-21 19:27:21 +0000
commit759c7b0a1a1f67266a1d6ec4897cfa8cc2ace204 (patch)
treed32c0d5d9dac63e365c60ffff873fb6ecfd1cb74 /src/game
parent4c4d28fd250dc12c53fa71c1e7b7f07c189c5d23 (diff)
downloadzcatch-759c7b0a1a1f67266a1d6ec4897cfa8cc2ace204.tar.gz
zcatch-759c7b0a1a1f67266a1d6ec4897cfa8cc2ace204.zip
removed old voting variables
Diffstat (limited to 'src/game')
-rw-r--r--src/game/variables.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/variables.hpp b/src/game/variables.hpp
index 19afc4a0..94321c36 100644
--- a/src/game/variables.hpp
+++ b/src/game/variables.hpp
@@ -48,7 +48,6 @@ MACRO_CONFIG_INT(sv_warmup, 0, 0, 0, CFGFLAG_SERVER, "Number of seconds to do wa
 MACRO_CONFIG_STR(sv_motd, 900, "", CFGFLAG_SERVER, "Message of the day to display for the clients")
 MACRO_CONFIG_INT(sv_teamdamage, 0, 0, 1, CFGFLAG_SERVER, "Team damage")
 MACRO_CONFIG_STR(sv_maprotation, 768, "", CFGFLAG_SERVER, "Maps to rotate between")
-MACRO_CONFIG_STR(sv_maplist, 768, "", CFGFLAG_SERVER, "List of maps that players can vote on")
 MACRO_CONFIG_INT(sv_rounds_per_map, 1, 1, 100, CFGFLAG_SERVER, "Number of rounds on each map before rotating")
 MACRO_CONFIG_INT(sv_powerups, 1, 0, 1, CFGFLAG_SERVER, "Allow powerups like ninja")
 MACRO_CONFIG_INT(sv_scorelimit, 20, 0, 1000, CFGFLAG_SERVER, "Score limit (0 disables)")
@@ -60,7 +59,6 @@ MACRO_CONFIG_INT(sv_spamprotection, 1, 0, 1, CFGFLAG_SERVER, "Spam protection")
 MACRO_CONFIG_INT(sv_spectator_slots, 0, 0, MAX_CLIENTS, CFGFLAG_SERVER, "Number of slots to reserve for spectators")
 MACRO_CONFIG_INT(sv_teambalance_time, 1, 0, 1000, CFGFLAG_SERVER, "How many minutes to wait before autobalancing teams")
 
-MACRO_CONFIG_INT(sv_vote_map, 1, 0, 1, CFGFLAG_SERVER, "Allow voting to change map. (see sv_maplist)")
 MACRO_CONFIG_INT(sv_vote_kick, 1, 0, 1, CFGFLAG_SERVER, "Allow voting to kick players")
 MACRO_CONFIG_INT(sv_vote_kick_bantime, 5, 0, 1440, CFGFLAG_SERVER, "The time to ban a player if kicked by vote. 0 makes it just use kick")
 MACRO_CONFIG_INT(sv_vote_scorelimit, 0, 0, 1, CFGFLAG_SERVER, "Allow voting to change score limit")