mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Have BukkitWorld.simulateBlockMine use Bukkit's dropNaturally
This commit is contained in:
@ -762,4 +762,9 @@ public class BukkitWorld extends LocalWorld {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void simulateBlockMine(Vector pt) {
|
||||
world.getBlockAt(pt.getBlockX(), pt.getBlockY(), pt.getBlockZ()).breakNaturally();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user