From: Mario Date: Thu, 28 May 2020 06:54:05 +0000 (+1000) Subject: Enable sv_disablenotify in Xonotic's configuration X-Git-Tag: xonotic-v0.8.5~1017 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=418989bd3d3306930a7695842b19328b30b0316c;hp=42c9490f63f3826305385e355e89dfdad1be5bb5 Enable sv_disablenotify in Xonotic's configuration --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 664ec70020..8a458d8d06 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