From f6077156b9f16f5de536ff271cc5572a5dd7f22e Mon Sep 17 00:00:00 2001
From: Martin Taibr <taibr.martin@gmail.com>
Date: Sat, 25 Feb 2017 20:59:18 +0100
Subject: [PATCH] show who's spectating who by default

---
 defaultXonotic.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg
index e47ed8283..c351176d3 100644
--- a/defaultXonotic.cfg
+++ b/defaultXonotic.cfg
@@ -1490,8 +1490,8 @@ set cl_fullbright_items 0 "enable fullbright items (if server allows, controled
 set cl_weapon_stay_color "2 0.5 0.5" "Color of picked up weapons when g_weapon_stay > 0"
 set cl_weapon_stay_alpha 0.75 "Alpha of picked up weapons when g_weapon_stay > 0"
 
-set sv_showspectators 0 "Show who's spectating who in the player info panel. Shouldn't be used on competitive servers, also disable when watching a suspected cheater"
-seta cl_showspectators 1
+set sv_showspectators 1 "Show who's spectating who in the player info panel when client has cl_showspectators on. Shouldn't be used on competitive servers, also disable when watching a suspected cheater"
+seta cl_showspectators 0 "Show who's spectating you if server has sv_showspectators enabled"
 
 // Facility for config.cfg use ONLY.
 // Interpreted in post-config.cfg.
-- 
2.39.5