mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
e0d6e4df30
@ -68,9 +68,7 @@ public class ObsidianScoopingListener extends FlagListener {
|
||||
}
|
||||
user.sendMessage("protection.flags.OBSIDIAN_SCOOPING.scooping");
|
||||
player.getWorld().playSound(player.getLocation(), Sound.ITEM_BUCKET_FILL_LAVA, 1F, 1F);
|
||||
|
||||
e.setCancelled(true);
|
||||
|
||||
Bukkit.getScheduler().runTask(BentoBox.getInstance(), () -> givePlayerLava(player, b, bucket));
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user