mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Add a missing break statement for openInventory, fixes opening dropper inventories
This commit is contained in:
parent
2d4f577bbf
commit
a0d2928ba4
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ public class CraftHumanEntity extends CraftLivingEntity implements HumanEntity {
|
|||
} else {
|
||||
openCustomInventory(inventory, player, "minecraft:dropper");
|
||||
}
|
||||
break;
|
||||
case FURNACE:
|
||||
if (iinventory instanceof TileEntityFurnace) {
|
||||
getHandle().openContainer((TileEntityFurnace) iinventory);
|
||||
|
|
Loading…
Add table
Reference in a new issue