From 4d2591cb364f8c530aa2ca53018d8508bb3aab99 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 28 Feb 2021 12:00:13 +1000 Subject: [PATCH] Disable sv_showfps by default and add a note in the cvar description that enabling it may require consent from players on the server --- qcsrc/common/stats.qh | 2 +- xonotic-server.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/stats.qh b/qcsrc/common/stats.qh index 67f7fd60c..e5621c29e 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -140,7 +140,7 @@ REGISTER_STAT(VEIL_ORB, float) REGISTER_STAT(VEIL_ORB_ALPHA, float) #ifdef SVQC -float autocvar_sv_showfps = 5; +float autocvar_sv_showfps = 0; #endif REGISTER_STAT(SHOWFPS, float, autocvar_sv_showfps) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index aa55e8e60..ad32666c6 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -579,7 +579,7 @@ set sv_showspectators 1 "Show who's spectating who in the player info panel when set sv_damagetext 2 "<= 0: disabled, >= 1: visible to spectators, >= 2: visible to attacker, >= 3: all players see everyone's damage" -set sv_showfps 5 "Show player's FPS counters in the scoreboard. This setting acts as a delay in seconds between updates" +set sv_showfps 0 "Show player's FPS counters in the scoreboard. This setting acts as a delay in seconds between updates. NOTE: this feature gathers performance telemetry, it may require consent from players on the server depending on your legislation" set sv_doors_always_open 0 "If set to 1 don't close doors which after they were open" set sv_warpzone_allow_selftarget 0 "do not touch" -- 2.39.2