CCC: Fix a quick compiler error.
This commit is contained in:
parent
cc9d8e52cd
commit
1f42617f3b
@ -2761,7 +2761,7 @@ public Action Event_PlayerSay(Handle event, const char[] name, bool dontBroadcas
|
|||||||
|
|
||||||
stock bool CheckForward(int author, const char[] message, CCC_ColorType type)
|
stock bool CheckForward(int author, const char[] message, CCC_ColorType type)
|
||||||
{
|
{
|
||||||
new Action result = Plugin_Continue;
|
Action result = Plugin_Continue;
|
||||||
|
|
||||||
Call_StartForward(applicationForward);
|
Call_StartForward(applicationForward);
|
||||||
Call_PushCell(author);
|
Call_PushCell(author);
|
||||||
|
Loading…
Reference in New Issue
Block a user