New Clan Chat (Common Ground update) does not work with Colored Chat

The new Clan Chat (Common Ground update) does not work with Colored Chat. You can read the message in RCON, but it does not appear in-game. If you unload the plugin, Clan Chat will work properly again.

Colored Chat needs an update, if possible.

Anyone have a fix for this?

Merged post

Hello I was was able to add a line of code to half fix this issue. This will fix the Clan Chat issue and allow colored names in global but not in team 
or in clan chat. I dont know how to write code but this is a work around.

below line 351 I added this:
{
// Ignore team, local, and native clan chat channels
if (channel != ConVar.Chat.ChatChannel.Global)
{
return null;
}

Merged post

A better working fix was posted in Discord's Umod Server in the broken plugins section.

https://discord.com/channels/500413814244638747/1103747101583749160/1543433674337296405