Skip to content

Commit

Permalink
Allow more chat colors for Insurgency and Source 2013 games
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMinekus committed Jan 11, 2021
1 parent 75c1c13 commit 6c604c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/advertisements/chatcolors.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6c604c9

Please sign in to comment.