From 3252f162a814e70a73f19d4b248e4f1631e8c86f Mon Sep 17 00:00:00 2001 From: Freddy Date: Sat, 2 Jul 2016 19:54:23 +0200 Subject: [PATCH] Fix copy-paste "typo" --- qcsrc/common/mutators/mutator/damagetext/damagetext.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mutators/mutator/damagetext/damagetext.qc b/qcsrc/common/mutators/mutator/damagetext/damagetext.qc index 5452c4d8d..020d275c0 100644 --- a/qcsrc/common/mutators/mutator/damagetext/damagetext.qc +++ b/qcsrc/common/mutators/mutator/damagetext/damagetext.qc @@ -26,7 +26,7 @@ AUTOCVAR_SAVE(cl_damagetext_velocity, vector, '0 0 20', "Damage text AUTOCVAR_SAVE(cl_damagetext_offset, vector, '0 -40 0', "Damage text offset"); AUTOCVAR_SAVE(cl_damagetext_accumulate_range, float, 30, "Damage text spawned within this range is accumulated"); AUTOCVAR_SAVE(cl_damagetext_friendlyfire, bool, true, "Show damage text for friendlyfire too"); -AUTOCVAR_SAVE(cl_damagetext_friendlyfire_color, vector, '1 0 0', "Damage text color for friendlyfire too"); +AUTOCVAR_SAVE(cl_damagetext_friendlyfire_color, vector, '1 0 0', "Damage text color for friendlyfire"); #endif #ifdef CSQC -- 2.39.2