Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OptiJava committed Feb 14, 2024
1 parent 6518d58 commit bfc3d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//$$ at = @At(value = "INVOKE", target = "Lnet/minecraft/block/BlockState;getBlock()Lnet/minecraft/block/Block;")
//$$ )
//$$ private Block redirectGetBlock(BlockState instance) {
//$$ if (OptCarpetSettings.noteBlockSuppressionReintroduced) {
//$$ if (OptCarpetSettings.disallowRedstoneWireConnectsToOpenTrapdoor) {
//$$ return (RedstoneWireBlock) (Object) this;
//$$ } else {
//$$ return instance.getBlock();
Expand Down

0 comments on commit bfc3d39

Please sign in to comment.