From 418989bd3d3306930a7695842b19328b30b0316c Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 28 May 2020 16:54:05 +1000 Subject: [PATCH] Enable sv_disablenotify in Xonotic's configuration --- xonotic-server.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 664ec7002..8a458d8d0 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -579,3 +579,6 @@ set sv_showfps 5 "Show player's FPS counters in the scoreboard. This setting act 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" + +// don't notify cvar changes in the chat +sv_disablenotify 1 -- 2.39.2