Skip to content

Commit

Permalink
Workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyT291 committed Nov 25, 2023
1 parent 4e5813e commit 5d4ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/finetree/fineharvest/Events.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void onUse(PlayerInteractEvent e) {
//Check if the used item a Hoe?
if (!isHoe(type)) { return; }

//Check we Right-Clicked?
//Check we Right-Clicked?
if (!(e.getAction() == Action.RIGHT_CLICK_BLOCK)) { return; }

//Check we Right-Clicked a block?
Expand Down

0 comments on commit 5d4ee46

Please sign in to comment.