Update to mc-dev rename revision 01
This commit is contained in:
@@ -37,7 +37,7 @@ public class ItemPainting extends Item {
|
||||
} else {
|
||||
EntityPainting entitypainting = new EntityPainting(world, i, j, k, b0);
|
||||
|
||||
if (entitypainting.j()) {
|
||||
if (entitypainting.survives()) {
|
||||
if (!world.isStatic) {
|
||||
// CraftBukkit start
|
||||
Player who = (entityhuman == null) ? null : (Player) entityhuman.getBukkitEntity();
|
||||
|
||||
Reference in New Issue
Block a user