From d88b7e3c985ab5e4bea8e6333cb50c832d101bcb Mon Sep 17 00:00:00 2001 From: Fysiks Date: Sat, 7 Aug 2021 10:19:38 -0500 Subject: [PATCH] Change default chat time to 0.0 (#977) --- plugins/nextmap.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nextmap.sma b/plugins/nextmap.sma index bdb318ea..a8254f25 100755 --- a/plugins/nextmap.sma +++ b/plugins/nextmap.sma @@ -103,7 +103,7 @@ public delayedChange(param[]) public changeMap() { new string[32] - new Float:chattime = g_mp_chattime ? get_pcvar_float(g_mp_chattime) : 10.0; // mp_chattime defaults to 10 in other mods + new Float:chattime = g_mp_chattime ? get_pcvar_float(g_mp_chattime) : 0.0; if (g_mp_chattime) { set_pcvar_float(g_mp_chattime, chattime + 2.0) // make sure mp_chattime is long