From 569b07060533e26eaaedbcad7500a0b33efcf4b7 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Wed, 20 Feb 2019 13:58:51 +0100 Subject: [PATCH] fix cvar description --- xonotic-client.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index a074ea71a6..61651320af 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -435,7 +435,7 @@ seta cl_damagetext_offset_screen "0 -45 0" "Damage text offset (screen coordinat seta cl_damagetext_offset_world "0 0 0" "Damage text offset (world coordinates relative to player's view)" seta cl_damagetext_accumulate_range "30" "Damage text spawned within this range is accumulated" seta cl_damagetext_accumulate_alpha_rel "0.65" "Only update existing damage text when it's above this much percentage (0 to 1) of the starting alpha" -seta cl_damagetext_friendlyfire "1" "Show damage text for friendlyfire too" +seta cl_damagetext_friendlyfire "1" "0: never show for friendly fire, 1: when more than 0 damage, 2: always" seta cl_damagetext_friendlyfire_color "1 0 0" "Damage text color for friendlyfire" seta cl_damagetext_2d 1 "Show damagetext in 2D coordinates if the enemy's location is not known" -- 2.39.2