diff --git a/AquaMai.Mods/GameSystem/SinglePlayer.cs b/AquaMai.Mods/GameSystem/SinglePlayer.cs index 21ae3c44..50145da2 100644 --- a/AquaMai.Mods/GameSystem/SinglePlayer.cs +++ b/AquaMai.Mods/GameSystem/SinglePlayer.cs @@ -82,6 +82,7 @@ public static void PostDecideEntry(EntryMonitor __instance) TimeManager.MarkGameStartTime(); Singleton.Instance.UpdateEvent(); Singleton.Instance.UpdateData(); + if(GameInfo.GameVersion >= 25000 && GameInfo.GameId == "SDEZ") {Singleton.Instance.DownloadMusicScore();} SharedInstances.GameMainObject.StartCoroutine(LaterDisableCardReader()); __instance.Process.CreateDownloadProcess(); __instance.ProcessManager.SendMessage(new Message(ProcessType.CommonProcess, 30001)); @@ -137,4 +138,4 @@ public static void OnAfterPatch() { Core.Helpers.GuiSizes.SinglePlayer = true; } -} \ No newline at end of file +}