mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Correctly drop BlockBreakEvent experience. Fixes BUKKIT-4942
This was a missed diff from the update.
This commit is contained in:
parent
963cd5438a
commit
8c444f275a
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ public class PlayerInteractManager {
|
|||
|
||||
// CraftBukkit start - Drop event experience
|
||||
if (flag && event != null) {
|
||||
block.c(this.world, i, j, k, event.getExpToDrop());
|
||||
block.dropExperience(this.world, i, j, k, event.getExpToDrop());
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue