diff --git a/modules/timer/chat.go b/modules/timer/chat.go index 81452a250..7d3a29f38 100644 --- a/modules/timer/chat.go +++ b/modules/timer/chat.go @@ -95,6 +95,8 @@ func (this *ChatComp) chatNoticen(n *cfg.GameChatSystemData) func() { Data: data, }, nil); err != nil { this.module.Errorf("err:%v", err) + } else { + this.module.Debugf("chatNoticen:%s", n.Text) } } }