This commit is contained in:
Vaala Cat
2023-08-06 00:35:54 +08:00
parent c6473fd68a
commit 8f7bb8feba
9 changed files with 121 additions and 16 deletions

View File

@@ -92,7 +92,7 @@ func onSystemMsg(msg chat.Message, overlay bool) error {
func onPlayerMsg(msg chat.Message, validated bool) error {
go func() {
if msg.Translate != "commands.message.display.incoming" {
if msg.Translate == "commands.message.display.outgoing" {
return
}
log.Printf("Player: %s", msg)