about summary refs log tree commit diff
path: root/src/game/server/hooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/hooks.cpp')
-rw-r--r--src/game/server/hooks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/hooks.cpp b/src/game/server/hooks.cpp
index 194fa6e1..f4ef4686 100644
--- a/src/game/server/hooks.cpp
+++ b/src/game/server/hooks.cpp
@@ -353,7 +353,7 @@ void mods_message(int msgtype, int client_id)
 	{
 		NETMSG_CL_EMOTICON *msg = (NETMSG_CL_EMOTICON *)rawmsg;
 		
-		if(config.sv_spamprotection && p->last_emote+time_freq()*5 > time_get())
+		if(config.sv_spamprotection && p->last_emote+time_freq()*3 > time_get())
 			return;
 			
 		p->last_emote = time_get();