Fixes Anvil protection.

https://github.com/BentoBoxWorld/BentoBox/issues/876
This commit is contained in:
tastybento 2019-08-03 16:57:37 -07:00
parent 13ee55a173
commit 113f065609

View File

@ -156,6 +156,8 @@ public class BlockInteractionListener extends FlagListener {
}
switch (type) {
case ANVIL:
case CHIPPED_ANVIL:
case DAMAGED_ANVIL:
checkIsland(e, player, loc, Flags.ANVIL);
break;
case BEACON: