Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci committed Nov 23, 2024
1 parent 2aac4cd commit 481b226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AquaMai/AquaMai.Config/Migration/ConfigMigration_V1_0_V2_0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ public IConfigView Migrate(IConfigView src)
// TimeSaving (legacy)
MapBooleanTrueToSectionEnable(src, dst, "TimeSaving.ShowNetErrorDetail", "Utils.ShowNetErrorDetail");

// MaimaiDX2077 (legacy) (WTF is the name?)
// NOTE: MaimaiDX2077.CustomNoteTypePatch was enabled by default in V1, but non-default in V2 since it's a large patch and not widely used

// UX
MapValueToEntryValueIfNonNullOrDefault(src, dst, "UX.Locale", "General.Locale", "");
MapBooleanTrueToSectionEnable(src, dst, "UX.SinglePlayer", "GameSystem.SinglePlayer");
Expand Down Expand Up @@ -295,6 +292,9 @@ public IConfigView Migrate(IConfigView src)
}
}

// MaimaiDX2077 (WTF is the name?)
MapBooleanTrueToSectionEnable(src, dst, "MaimaiDX2077.CustomNoteTypePatch", "Fancy.GamePlay.CustomNoteTypes");

// Default enabled in V2
dst.EnsureDictionary("GameSystem.RemoveEncryption");

Expand Down

0 comments on commit 481b226

Please sign in to comment.