Added missing break statement in switch.

This commit is contained in:
Tastybento 2018-02-06 21:34:20 -08:00
parent 2e89a2654f
commit 574febb327

View File

@ -129,6 +129,7 @@ public class BlockInteractionListener extends AbstractFlagListener {
break;
case MONSTER_EGG:
checkIsland(e, e.getClickedBlock().getLocation(), Flags.SPAWN_EGGS);
break;
default:
break;