From 0d55f8847c792b9e0b67044f6cebf1d52ae69be1 Mon Sep 17 00:00:00 2001 From: Teetime Date: Wed, 23 Nov 2011 14:36:46 +0100 Subject: changed force of vote-reason --- src/game/variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/variables.h') diff --git a/src/game/variables.h b/src/game/variables.h index 7b14264a..0277c9ad 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -105,7 +105,7 @@ MACRO_CONFIG_INT(SvAnticamperFreeze, sv_anticamper_freeze, 7, 0, 15, CFGFLAG_SER 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") -MACRO_CONFIG_INT(SvKickForceReason, sv_kick_force_reason, 1, 0, 1, CFGFLAG_SERVER, "Allow only kickvotes with a reason") +MACRO_CONFIG_INT(SvVoteForceReason, sv_vote_forcereason, 1, 0, 1, CFGFLAG_SERVER, "Allow only votes with a reason (except settings)") MACRO_CONFIG_INT(SvGrenadeMinDamage, sv_grenade_min_damage, 4, 1, 6, CFGFLAG_SERVER, "How much damage the grenade must do to kill the player (depends how far away it explodes)") MACRO_CONFIG_INT(SvSuicideTime, sv_suicide_time, 15, 0, 60, CFGFLAG_SERVER, "Minimum time between suicides. 0 to forbid suicides completely") #endif -- cgit 1.4.1