refactor: 移除未使用的lockfree相关代码
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-24 04:22:02 +08:00
committed by cnb
parent 3ac8ab2086
commit 05a1900d60
2 changed files with 25 additions and 27 deletions

View File

@@ -86,7 +86,7 @@ func (s *Server) OnClose(c gnet.Conn, err error) (action gnet.Action) {
//logging.Infof("conn[%v] disconnected", c.RemoteAddr().String())
v, _ := c.Context().(*player.ClientData)
v.LF.Close()
//v.LF.Close()
if v.Player != nil {
v.Player.Save() //保存玩家数据