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

This commit is contained in:
昔念
2026-02-03 23:08:06 +08:00
parent 55fbcd6fc3
commit 4b83346f36
4 changed files with 22 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ func cleanup() {
log.Println("执行优雅清理资源...")
player.Mainplayer.Range(func(key uint32, value *player.Player) bool {
value.Kick(1)
value.Kick()
return false
})