Skip to content
Success

Changes

Summary

  1. SPIGOT-3272: Fix duplicate creative inventory (details)
Commit 44dd60ac27b4d48f612a4290f8bb4e7cc71b3003 by md_5
SPIGOT-3272: Fix duplicate creative inventory
This change properly identifies the creative inventory as one with 5
crafting slots (as that's the default set in ContainerPlayer, and
handled properly in other containers), instead of having the same
inventory twice (which breaks slot identification).
The file was modified src/main/java/org/bukkit/craftbukkit/inventory/CraftInventoryView.java
The file was modified nms-patches/PlayerConnection.patch