``` refactor(socket): 重构客户端数据处理逻辑,优化玩家信息校验和包处理流程

This commit is contained in:
1
2025-10-30 01:37:53 +00:00
parent bb48f01e94
commit ac75275dff
6 changed files with 78 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ func (h Controller) Walk(data *maps.WalkInInfo, c *player.Player) (result *maps.
result = &maps.WalkOutInfo{
Flag: data.Flag,
Point: data.Point,
Reserve2: data.Reverse2,
Path: data.Path,
}
result.UserID = data.Head.UserID