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
|
// 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…
x
Reference in New Issue
Block a user