diff --git a/custom-chatcolors/scripting/custom-chatcolors.sp b/custom-chatcolors/scripting/custom-chatcolors.sp index d7ca886a..b6675075 100644 --- a/custom-chatcolors/scripting/custom-chatcolors.sp +++ b/custom-chatcolors/scripting/custom-chatcolors.sp @@ -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);