]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable sv_showfps by default and add a note in the cvar description that enabling...
authorMario <mario.mario@y7mail.com>
Sun, 28 Feb 2021 02:00:13 +0000 (12:00 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 28 Feb 2021 02:00:13 +0000 (12:00 +1000)
qcsrc/common/stats.qh
xonotic-server.cfg

index 67f7fd60c479217269a4572d236e7f8d84cd8abe..e5621c29ec97ecc80a2ef740ba4061aaec48aa77 100644 (file)
@@ -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)
 
index aa55e8e600924559c27aa103f1deb82afd66bae9..ad32666c6d6d59989a137e1d852e3633dbe8cebc 100644 (file)
@@ -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"