]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix copy-paste "typo"
authorFreddy <schro.sb@gmail.com>
Sat, 2 Jul 2016 17:54:23 +0000 (19:54 +0200)
committerFreddy <schro.sb@gmail.com>
Sat, 2 Jul 2016 17:54:23 +0000 (19:54 +0200)
qcsrc/common/mutators/mutator/damagetext/damagetext.qc

index 5452c4d8dc386d0d5f3142a5cb99f2c42f74ee9d..020d275c05be16747946278cb96c8d78f5ea7745 100644 (file)
@@ -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