Too loud thinking.

This commit is contained in:
asofold 2014-05-13 10:27:08 +02:00
parent 35684208f0
commit e7f292ebe0

View File

@ -263,7 +263,7 @@ public class InventoryListener extends CheckListener implements JoinLeaveListen
public void onItemHeldChange(final PlayerItemHeldEvent event){
final Player player = event.getPlayer();
final InventoryData data = InventoryData.getData(player);
data.instantBowInteract = Long.MAX_VALUE;
data.instantBowInteract = 0;
data.instantEatInteract = 0;
data.instantEatFood = null;