Can you, please, make a timestamp optional?
I will even post my vision in case it could help anyhow.
It's not a big deal, but this way we can have the ability to disable it, if we don't need it.
Thanks!
I will even post my vision in case it could help anyhow.
//line 40
var discordMessage = GetLang("PlayerChatFormat", null, DateTime.Now.ToShortTimeString(), player.Name, message);
//line 63
string discordMessage = GetLang("PlayerChatFormat", null, DateTime.Now.ToShortTimeString(), player.Name, message);
//line 637
["PlayerChatFormat"] = "[{0}] **{1}**: {2}",Thanks!