hch
13 小时以前 6e55b6042adcab2ae50a2c8f23baf8dbfd6ff2b9
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;
        }