Hi Guys,

I have had an issue with titles intermittently displaying over the past month. I have found a temp fix which works for a few days then reverts back to some titles not displaying again. Below is what fixes it each time.

Chaning line 838 to below within the plugin file.

var groups = _instance._chatGroups.Where(g => oxideGroups.Any(name => g.GroupName.ToLower() == name.ToLower())).ToList();

Appreciate any assistance on getting a more permanant fix for this one :)

Thanks!