Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b205807

Browse files
authoredApr 16, 2024··
Spotless apply for branch fix/tool-batch-mode for #868 (#869)
spotlessApply Co-authored-by: GitHub GTNH Actions <>
1 parent 0994437 commit b205807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/mega/GregTechMetaTileEntity_MegaAlloyBlastSmelter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public final void onScrewdriverRightClick(ForgeDirection side, EntityPlayer aPla
411411

412412
@Override
413413
public boolean onWireCutterRightClick(ForgeDirection side, ForgeDirection wrenchingSide, EntityPlayer aPlayer,
414-
float aX, float aY, float aZ, ItemStack aTool) {
414+
float aX, float aY, float aZ, ItemStack aTool) {
415415
if (aPlayer.isSneaking()) {
416416
batchMode = !batchMode;
417417
if (batchMode) {

0 commit comments

Comments
 (0)
This repository has been archived.