Skip to content

Commit

Permalink
forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jul 6, 2024
1 parent cbd149a commit f15a501
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/gregtech/api/DualHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ public ItemStack getStackInSlot(int slot) {

@Override
public ItemStack insertItem(int slot, ItemStack stack, boolean simulate) {
var inserted = itemDelegate.insertItem(slot, stack, simulate);

return inserted;
return itemDelegate.insertItem(slot, stack, simulate);
}

@Override
Expand Down

0 comments on commit f15a501

Please sign in to comment.