1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-07 22:55:24 +08:00
parent a991013040
commit 6c1f52a86c

View File

@@ -14,7 +14,7 @@ func (h Controller) PlayerWalk(data *space.WalkInInfo, c *player.Player) (result
Path: data.Path,
UserID: c.Info.UserID,
}
c.GetSpace().Walk(c, result)
defer c.GetSpace().Walk(c, result)
c.Info.Pos = data.Point
return