about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Jaworski <savander.pl@gmail.com>2015-08-15 00:38:55 +0200
committerAdam Jaworski <savander.pl@gmail.com>2015-08-15 00:38:55 +0200
commit5fa19f66a96e0349038809b27d307c9e3cc2b709 (patch)
tree1ca8bd22c38ffbc8b4c321eb565d9d146a83bc53
parenta54bef1bd8741fb0de83495f4f03b13c3f2e8ea9 (diff)
parent211590dec428c32f90699bf50a34c6f42f9b2f53 (diff)
downloadzcatch-5fa19f66a96e0349038809b27d307c9e3cc2b709.tar.gz
zcatch-5fa19f66a96e0349038809b27d307c9e3cc2b709.zip
Merge branch 'zCatch' of https://github.com/savander/zCatch into zCatch
-rw-r--r--src/game/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/variables.h b/src/game/variables.h
index 8f247f25..561239da 100644
--- a/src/game/variables.h
+++ b/src/game/variables.h
@@ -117,6 +117,6 @@ MACRO_CONFIG_INT(SvSuicideTime, sv_suicide_time, 15, 0, 60, CFGFLAG_SERVER, "Min
 MACRO_CONFIG_INT(SvKillPenalty, sv_kill_penalty, 5, 0, 50, CFGFLAG_SERVER, "The amount of points which the score will be decreased on each suicide")
 
 // zCatch/TeeVi
-MACRO_CONFIG_INT(SvLastStandingPlayers, sv_last_standing_players, 5, 2, 16, CFGFLAG_SERVER, "How many players are needed to have last standing rounds")
+MACRO_CONFIG_INT(SvLastStandingPlayers, sv_last_standing_players, 10, 2, 16, CFGFLAG_SERVER, "How many players are needed to have last standing rounds")
 MACRO_CONFIG_INT(SvBotDetection, sv_bot_detection, 0, 0, 3, CFGFLAG_SERVER, "Bot detection (0=off, 1=fast aim, 2=follow, 3=all)")
 #endif