Could you add a config option to hide the "Rust Developer" tag it gives?

Merged post
I found the easy solution but it'd still be nice to see in this plugin's config.
Anyone that's curious, open your BetterChat.cs and edit lines 184 and 185 with // in fron of them to look like this:

Merged post
I found the easy solution but it'd still be nice to see in this plugin's config.
Anyone that's curious, open your BetterChat.cs and edit lines 184 and 185 with // in fron of them to look like this:
//if (bPlayer?.IsDeveloper ?? false)
//groups.Add(BetterChat.RustDeveloperGroup);