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

@@ -34,7 +34,7 @@ func KickPlayer(userid uint32) error { //踢出玩家
//TODO 返回错误码
//var player *entity.Player
if player1, ok := Mainplayer.Load(userid); ok {
player1.Kick(0)
player1.Kick()
}