13
0
geforkt von Mirrors/Paper

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

By: Senmori <thesenmori@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2018-08-02 22:51:13 -04:00
Ursprung 7191d92c81
Commit 3bf93e2e0f

Datei anzeigen

@ -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.
*/