From f150d0089b4b6b78949e1cc2a435f5b03acd8658 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Mon, 4 Sep 2017 17:40:24 +0300 Subject: [PATCH] Typo. --- mutators.cfg | 2 +- .../mutators/mutator/dynamic_handicap/sv_dynamic_handicap.qh | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 qcsrc/common/mutators/mutator/dynamic_handicap/sv_dynamic_handicap.qh diff --git a/mutators.cfg b/mutators.cfg index 31d51f11a..be74e8187 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -469,6 +469,6 @@ set g_running_guns 0 "... or wonder, till it drives you mad, what would have fol // dynamic handicap // ================== set g_dynamic_handicap 0 "Whether to enable dynamic handicap." -set g_dynamic_handicap_scale 1 "The scale of the handicap. Larget values mean more penalties for strong players and more buffs for weak players." +set g_dynamic_handicap_scale 1 "The scale of the handicap. Larger values mean more penalties for strong players and more buffs for weak players." set g_dynamic_handicap_min 0 "The minimum value of the handicap." set g_dynamic_handicap_max 0 "The maximum value of the handicap." diff --git a/qcsrc/common/mutators/mutator/dynamic_handicap/sv_dynamic_handicap.qh b/qcsrc/common/mutators/mutator/dynamic_handicap/sv_dynamic_handicap.qh deleted file mode 100644 index e69de29bb..000000000 -- 2.39.2