mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-30 04:02:50 +01:00
Fix missed rename for ore exp dropping. Fixes BUKKIT-2662
This commit is contained in:
parent
d97d193b91
commit
c675cc0b3b
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ public class ItemInWorldManager {
|
||||||
|
|
||||||
// CraftBukkit start - drop event experience
|
// CraftBukkit start - drop event experience
|
||||||
if (flag && event != null) {
|
if (flag && event != null) {
|
||||||
Block.byId[l].g(this.world, i, j, k, event.getExpToDrop());
|
Block.byId[l].f(this.world, i, j, k, event.getExpToDrop());
|
||||||
}
|
}
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue