Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Paper Fix hopper suck in patch bug
Browse files Browse the repository at this point in the history
  • Loading branch information
crafter23456 committed Feb 20, 2022
1 parent ea26cc5 commit 25c8d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ public <T extends Entity> void a(Class<? extends T> oclass, AxisAlignedBB axisal

// PaperSpigot start
int[] counts;
if (ItemStack.class.isAssignableFrom(oclass)) {
if (EntityItem.class.isAssignableFrom(oclass)) {
counts = itemCounts;
} else if (IInventory.class.isAssignableFrom(oclass)) {
counts = inventoryEntityCounts;
Expand Down

0 comments on commit 25c8d15

Please sign in to comment.