lcy
9 小时以前 81a6da4df745f8ed5e4fb45fe54421eda792bf35
Main/System/Battle/BattleField/StoryBattleField.cs
@@ -323,7 +323,7 @@
    //暂停的原因有很多,需要检查各种状态
    protected override bool CanResumeGame()
    {
        if (NewBieCenter.Instance.IsPauseStoryBattleState())
        if (NewBieCenter.Instance.IsNeedRecord(NewBieCenter.Instance.currentGuide))
        {
            return false;
        }