Skip to content

Commit

Permalink
errant null
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Jan 15, 2018
1 parent 0baa591 commit 3ef0d98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ else if (block instanceof BlockTrimCustom) {
@Override
@Nonnull
public ItemStack transferStackInSlot (EntityPlayer player, int slotIndex) {
ItemStack itemStack = null;
ItemStack itemStack = ItemStack.EMPTY;
Slot slot = inventorySlots.get(slotIndex);

// Assume inventory and hotbar slot IDs are contiguous
Expand Down

0 comments on commit 3ef0d98

Please sign in to comment.