Browse Source

修改bug

lzx 21 hours ago
parent
commit
e89832053a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/GameUI/UI/AppBarPanel/AppBarPanel.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/AppBarPanel/AppBarPanel.cs

@@ -260,7 +260,7 @@ namespace Fort23.Mono
             // }
 
             CombatDrive.Instance.CombatController.ChangeState(CombatController.update);
-            EventManager.Instance.Dispatch(CustomEventType.ShengShiOnClick, null);
+            // EventManager.Instance.Dispatch(CustomEventType.ShengShiOnClick, null);
         }
 
         public void CustomInit(UIPanel uiPanel)