3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 13:00:06 +01:00

SPIGOT-4728: Fix clicking on custom ender chests

Dieser Commit ist enthalten in:
md_5 2019-04-24 22:02:45 +10:00
Ursprung 331c43929e
Commit 14df075f80

Datei anzeigen

@ -167,6 +167,7 @@ public class CraftContainer extends Container {
break; // TODO: This should be an error? break; // TODO: This should be an error?
case PLAYER: case PLAYER:
case CHEST: case CHEST:
case ENDER_CHEST:
case BARREL: case BARREL:
delegate = new ContainerChest(Containers.GENERIC_9X3, windowId, bottom, top, top.getSize() / 9); delegate = new ContainerChest(Containers.GENERIC_9X3, windowId, bottom, top, top.getSize() / 9);
break; break;