Skip to content

Commit

Permalink
Fix PositionBreakA check name
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Sep 1, 2024
1 parent e09930d commit 35247bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import java.util.Collections;

@CheckData(name = "PositionBreak")
@CheckData(name = "PositionBreakA")
public class PositionBreakA extends BlockBreakCheck {
public PositionBreakA(GrimPlayer player) {
super(player);
Expand Down

0 comments on commit 35247bb

Please sign in to comment.