diff options
| author | Teetime <teetimetw@yahoo.de> | 2011-11-05 18:41:19 +0100 |
|---|---|---|
| committer | Teetime <teetimetw@yahoo.de> | 2011-11-05 18:41:19 +0100 |
| commit | 9c9168d4ccd732c231e2c1433060643b331789c9 (patch) | |
| tree | 1089b8df4ecd880743301790b082b5163e3b42f2 /src | |
| parent | e60796280f4267a36bea52eca37a4fa6497e0eac (diff) | |
| download | zcatch-9c9168d4ccd732c231e2c1433060643b331789c9.tar.gz zcatch-9c9168d4ccd732c231e2c1433060643b331789c9.zip | |
corrected misspelling
Diffstat (limited to 'src')
| -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 f4f9738a..2f037d75 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -97,10 +97,10 @@ MACRO_CONFIG_INT(SvColorIndicator, sv_color_indicator, 1, 0, 1, CFGFLAG_SERVER, 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") -MACRO_CONFIG_INT(SvChatValue, sv_chat_value, 250, 100, 1000, CFGFLAG_SERVER, "A value wich is added on each message and decreased on each tick") +MACRO_CONFIG_INT(SvChatValue, sv_chat_value, 250, 100, 1000, CFGFLAG_SERVER, "A value which is added on each message and decreased on each tick") MACRO_CONFIG_INT(SvChatThreshold, sv_chat_threshold, 1000, 250, 10000, CFGFLAG_SERVER, "If this threshold will exceed by too many messages the player will be muted") MACRO_CONFIG_INT(SvMuteDuration, sv_mute_duration, 60, 0, 3600, CFGFLAG_SERVER, "How long the player will be muted (in seconds)") -MACRO_CONFIG_INT(SvAnticamper, sv_anticamper, 1, 0, 1, CFGFLAG_SERVER, "Toggle to enable/disable Anticamper") +MACRO_CONFIG_INT(SvAnticamper, sv_anticamper, 1, 0, 1, CFGFLAG_SERVER, "Toggle to enable/disable anticamper") MACRO_CONFIG_INT(SvAnticamperFreeze, sv_anticamper_freeze, 5, 0, 15, CFGFLAG_SERVER, "If a player should freeze on camping (and how long) or die") MACRO_CONFIG_INT(SvAnticamperTime, sv_anticamper_time, 10, 5, 120, CFGFLAG_SERVER, "How long to wait till the player dies/freezes") MACRO_CONFIG_INT(SvAnticamperRange, sv_anticamper_range, 200, 0, 1000, CFGFLAG_SERVER, "Distance how far away the player must move to escape anticamper") |