Browse Source

修改bug

lzx 1 ngày trước cách đây
mục cha
commit
58fad40a83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/Scripts/GameUI/Utility/SkiptoHelper.cs

+ 1 - 1
Assets/Scripts/GameUI/Utility/SkiptoHelper.cs

@@ -21,7 +21,7 @@ namespace Mono.Utility
                 }
             }
 
-            if (isMainOpen)
+            if (isMainOpen || skiptoConfig.SkipID == 5)
             {
                 List<UIPanel> TopUIPanels = UIManager.Instance.TopUIPanels.ToList();
                 for (var i = TopUIPanels.Count - 1; i >= 0; i--)