refactor(controller): 移除未使用的地图相关函数

- 删除了 controller 包中多个与地图相关的 Go 文件
- 移除了未使用的 MapIn、MapHot、MapOut 和 MapList 函数
- 在 space 包中添加了对玩家地图的特殊处理逻辑
This commit is contained in:
2025-08-20 22:34:45 +08:00
parent 10eed9418c
commit 43094c647c
11 changed files with 201 additions and 96 deletions

View File

@@ -226,7 +226,7 @@ func Recv(c *entity.Conn, data handler.TomeeHeader) {
}
data.Version = "7"
glog.Debug(context.Background(), data.CMD, "回复数据")
c.SendPack(data.Pack(ret[0].Interface()))
}