Reapply "小补丁,优化头像框"

This reverts commit e175e85477.
This commit is contained in:
hahwu 2026-02-13 13:31:46 +08:00
parent e175e85477
commit 026d7a363d

View File

@ -398,7 +398,7 @@ func PlayerMsgHandler(data *msg.Msg) (interface{}, error) {
if p == nil || p.stop {
return nil, nil
}
p.Send(data.Clone())
go p.Send(data.Clone())
// 处理完后发送消费消息
if data.HandleType == msg.HANDLE_MOD_PLAYER_MSG {
data.HandleType = msg.HANDLE_MOD_COMSUME_MSG