From 73f76a6654ec521865cc09f95cdd833184d5a3f9 Mon Sep 17 00:00:00 2001 From: PrototypeTrousers Date: Mon, 28 Feb 2022 23:30:52 -0300 Subject: [PATCH] clean up --- src/main/java/appeng/crafting/MECraftingInventory.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/appeng/crafting/MECraftingInventory.java b/src/main/java/appeng/crafting/MECraftingInventory.java index 88bd0f9ae..3814bb702 100644 --- a/src/main/java/appeng/crafting/MECraftingInventory.java +++ b/src/main/java/appeng/crafting/MECraftingInventory.java @@ -320,10 +320,6 @@ public class MECraftingInventory implements IMEInventory } } failed = true; - if( !src.player().isPresent() ) - { - break; - } } } }