Skip to content

Commit

Permalink
Remove errant println
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Jun 22, 2024
1 parent c933de7 commit beebaa0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public InteractionResult useHammer(BlockState state, Level world, BlockPos pos,
if (player==null) return InteractionResult.FAIL;
if(type!=CoverType.NONE&&player.isShiftKeyDown())
{
System.out.println(state.getValue(IEProperties.ACTIVE));
boolean b = world.setBlockAndUpdate(pos, state.setValue(IEProperties.ACTIVE, !state.getValue(IEProperties.ACTIVE)));
if(b)
return InteractionResult.SUCCESS;
Expand Down

0 comments on commit beebaa0

Please sign in to comment.