Skip to content

Commit

Permalink
Fix checkpoint data not hot reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalobi committed Jun 21, 2024
1 parent eb5d325 commit ede5807
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Celeste.Mod.mm/Mod/Core/CoreMapDataProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@ public override void Run(string stepName, BinaryPacker.Element el) {
}

public override void End() {
if (Mode.Checkpoints == null)
Mode.Checkpoints = CheckpointsAuto.ToArray();
Mode.Checkpoints = CheckpointsAuto.ToArray();

if (Mode != ParentMode) {
if (ParentMode.Checkpoints == null)
Expand Down

0 comments on commit ede5807

Please sign in to comment.