CCC: Fix a quick compiler error.

This commit is contained in:
zaCade 2018-11-29 16:44:44 +01:00
parent cc9d8e52cd
commit 1f42617f3b

View File

@ -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)
{
new Action result = Plugin_Continue;
Action result = Plugin_Continue;
Call_StartForward(applicationForward);
Call_PushCell(author);