yyl
1 天以前 9705833cb610ea2a5147fafa8a2279020f98ed48
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;
        }