Fix InventoryType.MERCHANT being creatable when it shouldn't be.

By: Senmori <thesenmori@gmail.com>
This commit is contained in:
Bukkit/Spigot 2018-08-02 22:51:13 -04:00
parent 7191d92c81
commit 3bf93e2e0f

View File

@ -70,7 +70,7 @@ public enum InventoryType {
/**
* The merchant inventory, with 2 TRADE-IN slots, and 1 RESULT slot.
*/
MERCHANT(3,"Villager"),
MERCHANT(3,"Villager", false),
/**
* The ender chest inventory, with 27 slots.
*/