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

This reverts commit b5a283b4b8.
This commit is contained in:
hahwu 2026-02-05 19:00:53 +08:00
parent 5920d53838
commit d18d10eee9
2 changed files with 1 additions and 3 deletions

View File

@ -374,8 +374,6 @@ func (ad *GameLogic) GetSimplePlayerByUid(Id int) *PlayerSimpleData {
return nil
}
}
// TODO 2026.2.5 补丁 清除头像数据
player.Avatar = 0
return player
}

View File

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