Browse Source

修改bug

lzx 2 ngày trước cách đây
mục cha
commit
58fad40a83

+ 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();
                 List<UIPanel> TopUIPanels = UIManager.Instance.TopUIPanels.ToList();
                 for (var i = TopUIPanels.Count - 1; i >= 0; i--)
                 for (var i = TopUIPanels.Count - 1; i >= 0; i--)