Option to not broadcast mutesSuggestion

I wonder if there's a way to hide what player muted a person, I don't like when it says "player1" has been muted for 30m by "player2"

Trying to figure out this too

Same, this guy don't answer stuff anymore...

Please read the threads....

Hi guys.

I have made a thread with the same qustion in it. a option to make a chatmod anonymous.
Untill one of the skilled developers in here have the time to look more in to that.
I have done a manuel fix. Not the prettiest but it works!

Find all the lines with this
("initiator", SanitizeName(player.Name)),

And replace it with this
("initiator", SanitizeName("ChatMod")),

This way when a "Chatmoderator" mutes someone it will say in chat that a player has been muted by ChatMod and not who the Chatmoderator is.
Hope it helps, remember to test it first :)