mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-03 06:57:41 +01:00
Added missing break statement to switch.
This commit is contained in:
parent
574febb327
commit
81b0543f25
@ -78,6 +78,7 @@ public class BreakBlocksListener extends AbstractFlagListener {
|
||||
// Prevent explosions checkIsland(e, e.getClickedBlock().getLocation(), Flags.BREAK_BLOCKS);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user