SPIGOT-2962: BrewingStandFuelEvent should consume by default

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-12-27 11:55:13 +11:00
parent 8d53d7c5a6
commit 1cdc27f140

View File

@ -16,7 +16,7 @@ public class BrewingStandFuelEvent extends BlockEvent implements Cancellable {
private final ItemStack fuel;
private int fuelPower;
private boolean cancelled;
private boolean consuming;
private boolean consuming = true;
public BrewingStandFuelEvent(Block brewingStand, ItemStack fuel, int fuelPower) {
super(brewingStand);