mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Fix missed rename for ore exp dropping. Fixes BUKKIT-2662
This commit is contained in:
parent
d97d193b91
commit
c675cc0b3b
@ -315,7 +315,7 @@ public class ItemInWorldManager {
|
||||
|
||||
// CraftBukkit start - drop event experience
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user