ChatColors: Clear useless tabs, Oopsy.

This commit is contained in:
zaCade 2018-06-14 16:37:23 +02:00
parent ded4308733
commit 8629ea2494

View File

@ -2842,16 +2842,16 @@ stock bool ConfigForward(int client)
stock bool MessageForward(int client, int author, char[] message)
{
Action result = Plugin_Continue;
Call_StartForward(messageForward);
Call_PushCell(client);
Call_PushCell(author);
Call_PushString(message);
Call_Finish(result);
if (result >= Plugin_Handled)
return false;
return true;
}