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

Commit

Permalink
spotlessApply (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub GTNH Actions <>
  • Loading branch information
github-actions[bot] authored Apr 16, 2024
1 parent d7e0c7e commit 02ed5e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public void onScrewdriverRightClick(ForgeDirection side, EntityPlayer aPlayer, f

@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 02ed5e9

Please sign in to comment.