mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-22 09:08:03 +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;
|
||||
case MONSTER_EGG:
|
||||
checkIsland(e, e.getClickedBlock().getLocation(), Flags.SPAWN_EGGS);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user