Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Feb 2, 2025
1 parent c6b287b commit 2f3c869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void register() {
map(Types.BYTE); // Scale
map(Types.BOOLEAN); // Tracking Position
map(Types.BOOLEAN); // Locked
handler(MapColorRewriter.getRewriteHandler(MapColorMappings1_15_2::getMappedColor, true));
handler(MapColorRewriter.getRewriteHandler(MapColorMappings1_15_2::getMappedColor));
}
});

Expand Down

1 comment on commit 2f3c869

@Kichura
Copy link
Member

@Kichura Kichura commented on 2f3c869 Feb 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

11/10 best branch name of all time.

Please sign in to comment.