Skip to content

Commit

Permalink
removed redundant cursor.GotoNext()
Browse files Browse the repository at this point in the history
  • Loading branch information
nhruo123 authored and Popax21 committed Aug 23, 2023
1 parent c5f550d commit 893a408
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Celeste.Mod.mm/Patches/StrawberrySeed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public static void PatchStrawberrySeedOnAllCollected(ILContext context, CustomAt
cursor.MarkLabel(beforeLoseFollower);

cursor.GotoNext(MoveType.After, inst => inst.MatchCallvirt("Celeste.Leader", "LoseFollower"));
cursor.GotoNext();
cursor.MarkLabel(afterLoseFollower);
}

Expand Down

0 comments on commit 893a408

Please sign in to comment.