hch
2025-08-31 74f26f60deac8fc1bb1f93ad26412f9a7e4a281d
Main/System/Battle/BattleField/StoryBattleField.cs
@@ -244,9 +244,10 @@
                }
            }
        }
        // else
        // {
        //     BattleDebug.LogError("action doesnt finish, wait a moment please");
        // }
        else
        {
            if (!AutoFightModel.Instance.isAutoAttack)
                BattleDebug.LogError("action doesnt finish, wait a moment please");
        }
    }
}