From: Samual Lenks <samual@xonotic.org>
Date: Thu, 9 May 2013 20:51:13 +0000 (-0400)
Subject: Don't show accuracy in scoreboard anymore (it can be seen in 2 other
X-Git-Tag: xonotic-v0.7.0~50^2~6^2
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c378ad38aeb4fadbdd0125f3242837bdcf688494;p=xonotic%2Fxonotic-data.pk3dir.git

Don't show accuracy in scoreboard anymore (it can be seen in 2 other
places, +accuracy and weapons panel)
---

diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg
index de83c9ae5..b5dc919fa 100644
--- a/defaultXonotic.cfg
+++ b/defaultXonotic.cfg
@@ -959,7 +959,7 @@ seta scoreboard_border_thickness 1 "scoreboard border thickness"
 seta scoreboard_accuracy_border_thickness 1 "accuracy stats border thickness"
 seta scoreboard_accuracy_doublerows 0 "use two rows instead of one"
 seta scoreboard_accuracy_nocolors 0 "don't use colors displaying accuracy stats"
-seta scoreboard_accuracy 1 "show weapon accuracy stats panel on scoreboard; colors can be configured with accuracy_color* cvars"
+seta scoreboard_accuracy 0 "show weapon accuracy stats panel on scoreboard; colors can be configured with accuracy_color* cvars"
 seta scoreboard_color_bg_r 0 "red color component of the scoreboard background"
 seta scoreboard_color_bg_g 0.4 "green color component of the scoreboard background"
 seta scoreboard_color_bg_b 0.6 "blue color component of the scoreboard background"