Skip to content

Commit

Permalink
fix: Randomizer causes desync with SaveAndQuitReenter
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer authored and DemoJameson committed Apr 2, 2024
1 parent 0ec06de commit c3a09f3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ private static void SaveAndQuitReenter(string[] args, int studioLine, string fil
if (slot == -1) {
// Load debug slot
controller.AddFrames("1,D", studioLine);
// The Randomizer adds a new menu entry between CLIMB and ~DEBUG~
if (ModUtils.IsInstalled("Randomizer")) {
controller.AddFrames("1,F,180", studioLine);
controller.AddFrames("1", studioLine);
}
controller.AddFrames("1,O", studioLine);
controller.AddFrames("33", studioLine);
} else {
Expand Down

0 comments on commit c3a09f3

Please sign in to comment.