]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Disable sv_showfps by default and add a note in the cvar description that enabling...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
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)