lzx 2 dni temu
rodzic
commit
45a7256e27

+ 2 - 0
Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

@@ -776,6 +776,8 @@ public class EventSystemManager : Singleton<EventSystemManager>
                 CurrentEventList.isCompleted1 = true;
                 AccountFileInfo.Instance.SavePlayerData();
                 CombatDrive.Instance.CombatController.ChangeState(CombatController.update);
+                onCompleteCallback?.Invoke();
+                onCompleteCallback = null;
             }
 
             cTask.SetResult();