Skip to content

Commit

Permalink
fixed server crash/1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Coda1552 committed Dec 23, 2024
1 parent a040e1a commit 38b33f5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ public void onUseTick(Level level, LivingEntity user, ItemStack stack, int remai

@Override
public boolean canPerformAction(ItemStack stack, ToolAction toolAction) {
if (Minecraft.getInstance().player.isShiftKeyDown()) {
return super.canPerformAction(stack, toolAction);
}
return false;
}

Expand Down

0 comments on commit 38b33f5

Please sign in to comment.