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

This commit is contained in:
昔念
2026-02-07 04:10:01 +08:00
parent 6316b393af
commit d312dfc791
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ import (
"blazing/logic/service/fight/action"
"blazing/logic/service/fight/info"
"blazing/logic/service/fight/input"
"blazing/logic/service/player"
"github.com/jinzhu/copier"
)
@@ -169,9 +168,7 @@ func (f *FightC) startBattle(startInfo info.FightStartOutboundInfo) {
// 通知双方玩家准备完成,即将开始战斗
ff.Player.SendPackCmd(2504, &startInfo)
if _, ok := ff.Player.(*player.AI_player); ok {
ff.GetAction()
}
})
})