ChatColors: Clear useless tabs, Oopsy.
This commit is contained in:
parent
ded4308733
commit
8629ea2494
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user