From 6c604c9d6c97b46ca9d76199b92fc884a3122273 Mon Sep 17 00:00:00 2001 From: Erik Minekus Date: Mon, 11 Jan 2021 16:10:00 +0100 Subject: [PATCH] Allow more chat colors for Insurgency and Source 2013 games --- addons/sourcemod/scripting/advertisements/chatcolors.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sourcemod/scripting/advertisements/chatcolors.sp b/addons/sourcemod/scripting/advertisements/chatcolors.sp index 0e67f7f..e8e47aa 100644 --- a/addons/sourcemod/scripting/advertisements/chatcolors.sp +++ b/addons/sourcemod/scripting/advertisements/chatcolors.sp @@ -10,7 +10,7 @@ void AddChatColors() AddChatColor("teamcolor", "\x03"); switch (GetEngineVersion()) { - case Engine_CSS, Engine_DODS, Engine_HL2DM, Engine_TF2: { + case Engine_CSS, Engine_DODS, Engine_HL2DM, Engine_Insurgency, Engine_SDK2013, Engine_TF2: { AddChatColor("aliceblue", "\x07F0F8FF"); AddChatColor("allies", "\x074D7942"); AddChatColor("ancient", "\x07EB4B4B");