Update CraftBukkit to Minecraft 1.4.4.
This commit is contained in:
@@ -116,7 +116,7 @@ public class TileEntityCommand extends TileEntity implements ICommandListener {
|
||||
return new ChunkCoordinates(this.x, this.y, this.z);
|
||||
}
|
||||
|
||||
public Packet l() {
|
||||
public Packet getUpdatePacket() {
|
||||
NBTTagCompound nbttagcompound = new NBTTagCompound();
|
||||
|
||||
this.b(nbttagcompound);
|
||||
|
||||
Reference in New Issue
Block a user