From 432bb57cab4e575f63203536e105af81e28e41bf Mon Sep 17 00:00:00 2001 From: Glease <4586901+Glease@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:55:12 +0800 Subject: implement whole multiblock hatch configuration copying (#2965) enable whole multiblock hatch configuration copying does not include crafting bus for now Co-authored-by: Martin Robertz Co-authored-by: boubou19 --- src/main/java/gregtech/common/tools/GT_Tool_Wrench.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/gregtech/common/tools') diff --git a/src/main/java/gregtech/common/tools/GT_Tool_Wrench.java b/src/main/java/gregtech/common/tools/GT_Tool_Wrench.java index ae9f705b62..fbca109f21 100644 --- a/src/main/java/gregtech/common/tools/GT_Tool_Wrench.java +++ b/src/main/java/gregtech/common/tools/GT_Tool_Wrench.java @@ -212,7 +212,6 @@ public class GT_Tool_Wrench extends GT_Tool { try { LastEventFromThis = true; player.setSneaking(true); - final MovingObjectPosition movObjPosition = Platform.rayTrace(player, true, false); if (movObjPosition == null) { event.setCanceled(true); -- cgit