mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-22 17:18:47 +01:00
Added missing break statement in switch.
This commit is contained in:
parent
2e89a2654f
commit
574febb327
@ -129,6 +129,7 @@ public class BlockInteractionListener extends AbstractFlagListener {
|
|||||||
break;
|
break;
|
||||||
case MONSTER_EGG:
|
case MONSTER_EGG:
|
||||||
checkIsland(e, e.getClickedBlock().getLocation(), Flags.SPAWN_EGGS);
|
checkIsland(e, e.getClickedBlock().getLocation(), Flags.SPAWN_EGGS);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user