Skip to content

Commit

Permalink
Update TempBlock.java
Browse files Browse the repository at this point in the history
removes a debug print
  • Loading branch information
Thutmose committed Feb 22, 2021
1 parent a9afba2 commit 7a34141
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public ActionResultType onBlockActivated(final BlockState state, final World wor
if (eff != null)
{
final ActionResultType res = eff.onBlockActivated(world, player, hand, hit);
System.out.println(res);
if (res != ActionResultType.PASS) return res;
}
// Otherwise forward the interaction to the block entity;
Expand Down

0 comments on commit 7a34141

Please sign in to comment.