]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - mutators.cfg
Kick teamkiller mutator: use lower limit of teamkills instead of mintime
[xonotic/xonotic-data.pk3dir.git] / mutators.cfg
index 6e581fdbc4275f88ec421b9cf831f08a8f8506dc..1538c684fa8947d7aa4eed368f9b6564b53f1580 100644 (file)
@@ -476,5 +476,5 @@ set g_dynamic_handicap_max 0 "The maximum value of the handicap."
 // ===============
 // kick teamkiller
 // ===============
-set g_kick_teamkiller_rate 0 "Limit for teamkills per minute before the client gets dropped."
-set g_kick_teamkiller_mintime 2 "Minimum playtime in minutes that is used for teamkill rate calculation"
+set g_kick_teamkiller_rate 0 "Limit for teamkills per minute before the client gets dropped. 0 means that the teamkillers don't get kicked automatically"
+set g_kick_teamkiller_lower_limit 5 "Minimum number of teamkills before the teamkill rate is considered"