添加聊天公告推送日志

This commit is contained in:
liwei1dao 2022-09-16 16:17:23 +08:00
parent dbdb809296
commit ff58a55669

View File

@ -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)
}
}
}