Forgot one little change.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401191
This commit is contained in:
Michael McKoy 2007-07-27 00:25:39 +00:00
parent 42786664e1
commit b079ad448a

View File

@ -134,11 +134,11 @@ public Action:Command_Say(client, args)
if(GetConVarInt(g_Cvar_TriggerShow)) if(GetConVarInt(g_Cvar_TriggerShow))
{ {
PrintToChatAll("[SM] %t %s", "Thetime", ctime); PrintToChatAll("[SM] %t", "Thetime", ctime);
} }
else 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) else if (strcmp(text[startidx], "ff", false) == 0 || strcmp(text[startidx], "/ff", false) == 0)