Browse Source

修改bug

lzx 1 day ago
parent
commit
58fad40a83
1 changed files with 1 additions and 1 deletions
  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--)