From 1f42617f3b911c33adea7aed3efee17076637a99 Mon Sep 17 00:00:00 2001
From: zaCade <zaCade@hotmail.com>
Date: Thu, 29 Nov 2018 16:44:44 +0100
Subject: [PATCH] CCC: Fix a quick compiler error.

---
 custom-chatcolors/scripting/custom-chatcolors.sp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);