From b079ad448a4d34af09ab5d1ff514d7cf7e2b1e5e Mon Sep 17 00:00:00 2001 From: Michael McKoy Date: Fri, 27 Jul 2007 00:25:39 +0000 Subject: [PATCH] Forgot one little change. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401191 --- plugins/basetriggers.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/basetriggers.sp b/plugins/basetriggers.sp index 50bbde7a..084bcaea 100644 --- a/plugins/basetriggers.sp +++ b/plugins/basetriggers.sp @@ -134,11 +134,11 @@ public Action:Command_Say(client, args) if(GetConVarInt(g_Cvar_TriggerShow)) { - PrintToChatAll("[SM] %t %s", "Thetime", ctime); + PrintToChatAll("[SM] %t", "Thetime", ctime); } else { - PrintToChat(client,"[SM] %t %s", "Thetime", ctime); + PrintToChat(client,"[SM] %t", "Thetime", ctime); } } else if (strcmp(text[startidx], "ff", false) == 0 || strcmp(text[startidx], "/ff", false) == 0)