Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Spotless apply for branch fix/tool-batch-mode for #868 (#869)
Browse files Browse the repository at this point in the history
spotlessApply

Co-authored-by: GitHub GTNH Actions <>
  • Loading branch information
github-actions[bot] authored Apr 16, 2024
1 parent 0994437 commit b205807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public final void onScrewdriverRightClick(ForgeDirection side, EntityPlayer aPla

@Override
public boolean onWireCutterRightClick(ForgeDirection side, ForgeDirection wrenchingSide, EntityPlayer aPlayer,
float aX, float aY, float aZ, ItemStack aTool) {
float aX, float aY, float aZ, ItemStack aTool) {
if (aPlayer.isSneaking()) {
batchMode = !batchMode;
if (batchMode) {
Expand Down

0 comments on commit b205807

Please sign in to comment.