From e5b0bdb431f87b60a167e22b2eada786fe736c96 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 14 Jun 2021 07:09:45 -0700 Subject: [PATCH] Turn off server list categories by default. Categories were causing too much bias towards default-settings servers; some bias was intended but it turned out too strong, especially for people who have showing empty/full servers enabled. Larger icons may be a sufficient replacement for this, and of course, anyone can just turn categories back on. --- xonotic-client.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index c62cb5540..5ccf96968 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -548,7 +548,7 @@ seta menu_slist_showlaggy 0 "show servers even if they are very high latency (se seta menu_slist_modfilter "" // set to either: !modname or modname. modname of = means "same as we are running now". // other serverlist cvars -seta menu_slist_categories 1 +seta menu_slist_categories 0 seta menu_slist_categories_onlyifmultiple 1 seta menu_slist_purethreshold 0 seta menu_slist_maxping 300 -- 2.39.2