1
0
mirror of https://github.com/BentoBoxWorld/BentoBox.git synced 2025-03-25 04:59:31 +01:00

test build

This commit is contained in:
DinoFeng 2024-08-20 20:17:58 +08:00 committed by GitHub
parent 04745330c7
commit 9305bf7163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ public class RemoveMobsListener extends FlagListener {
e.getTo().distanceSquared(e.getPlayer().getLocation()) < getPlugin().getSettings().getClearRadius() * getPlugin().getSettings().getClearRadius()) {
return;
}
// Only process if flag is active
if (getIslands().locationIsOnIsland(e.getPlayer(), e.getTo()) && Flags.REMOVE_MOBS.isSetForWorld(e.getTo().getWorld())) {
Bukkit.getScheduler().runTask(getPlugin(), () -> getIslands().clearArea(e.getTo()));