Add protection for bee nests and hives

Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1237
This commit is contained in:
tastybento 2020-03-18 14:10:53 -07:00
parent 71c923975b
commit 1429c0a763

View File

@ -125,6 +125,8 @@ public class BlockInteractionListener extends FlagListener {
checkIsland(e, player, loc, Flags.BREWING);
break;
case BARREL:
case BEEHIVE:
case BEE_NEST:
case CHEST:
case CHEST_MINECART:
case TRAPPED_CHEST: