13
0
geforkt von Mirrors/Paper

Correct slot types for brewing stand. Fixes BUKKIT-3937

By: Travis Watkins <amaranth@ubuntu.com>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2013-03-31 18:41:36 -05:00
Ursprung 2772c52bf3
Commit b845332f14

Datei anzeigen

@ -85,7 +85,7 @@ public class CraftInventoryView extends InventoryView {
}
break;
case BREWING:
if (slot == 0) {
if (slot == 3) {
type = SlotType.FUEL;
} else {
type = SlotType.CRAFTING;