diff options
| author | Teetime <anton.tsoulos@yahoo.de> | 2011-10-14 00:16:18 +0200 |
|---|---|---|
| committer | Teetime <anton.tsoulos@yahoo.de> | 2011-10-14 00:16:18 +0200 |
| commit | 74a5a7021597c4f752830171271aea36cb1ebcd7 (patch) | |
| tree | 91fa65773da57ceb2b1c9f8aa7cdb5a30b54cd48 /src/game/variables.h | |
| parent | 274bf013ee6f320e3ce1066a07f3558e1ba6d0dd (diff) | |
| download | zcatch-74a5a7021597c4f752830171271aea36cb1ebcd7.tar.gz zcatch-74a5a7021597c4f752830171271aea36cb1ebcd7.zip | |
removed sv_allow_join = 0
Diffstat (limited to 'src/game/variables.h')
| -rw-r--r-- | src/game/variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/variables.h b/src/game/variables.h index c913a46b..1791cb7e 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -92,8 +92,8 @@ MACRO_CONFIG_INT(DbgTuning, dbg_tuning, 0, 0, 1, CFGFLAG_CLIENT, "") //zCatch: MACRO_CONFIG_INT(SvMode, sv_mode, 1, 0, 3, CFGFLAG_SERVER, "0 - Normal; 1 - Instagib; 2 - Rocket area; 3 - Hammerparty") -MACRO_CONFIG_INT(SvAllowJoin, sv_allow_join, 2, 0, 2, CFGFLAG_SERVER, "Allow new Players to join without waiting for the next round") -//0 - Wait for next round; 1 = Allowed to join; 2 = Will join when person with the most kills die +MACRO_CONFIG_INT(SvAllowJoin, sv_allow_join, 2, 1, 2, CFGFLAG_SERVER, "Allow new Players to join without waiting for the next round") +//1 = Allowed to join; 2 = Will join when person with the most kills die MACRO_CONFIG_INT(SvColorIndicator, sv_color_indicator, 1, 0, 1, CFGFLAG_SERVER, "Color tees apropriate to the number of currently catched players") MACRO_CONFIG_INT(SvBonus, sv_bonus, 0, 0, 10000, CFGFLAG_SERVER, "Give the last player extra points") MACRO_CONFIG_INT(SvFollowCatcher, sv_follow_catcher, 1, 0, 1, CFGFLAG_SERVER, "If a victim should follow his catcher") |