From 4db57b84b5cdedb9ead1725c284e2888fcc15654 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 30 May 2015 07:52:31 -0400 Subject: [PATCH] Fix sm_trigger_show default in shipped sourcemod.cfg match default in basetriggers. --- configs/cfg/sourcemod.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/cfg/sourcemod.cfg b/configs/cfg/sourcemod.cfg index 51476e8e8..c4f7d97ec 100644 --- a/configs/cfg/sourcemod.cfg +++ b/configs/cfg/sourcemod.cfg @@ -105,8 +105,8 @@ sm_timeleft_interval 0 // 1 (Enabled) // -- // Requires: basetriggers.smx -// Default: 1 -sm_trigger_show 1 +// Default: 0 +sm_trigger_show 0 // Specifies whether or not to display vote progress to clients in the // "hint" box (near the bottom of the screen in most games).