Fixed Tiles sending old-school BC description packets

This commit is contained in:
Krapht 2012-08-20 13:41:11 +02:00
parent f2c08828f9
commit 9f0ebac842

View file

@ -79,6 +79,11 @@ public abstract class TileBuildCraft extends TileEntity implements ISynchronized
//CoreProxy.sendToPlayers(getUpdatePacket(), worldObj, xCoord, yCoord, zCoord,
// DefaultProps.NETWORK_UPDATE_RANGE, mod_BuildCraftCore.instance);
}
@Override
public Packet getAuxillaryInfoPacket() {
return new PacketTileUpdate(this).getPacket();
}
@Override
public Packet getDescriptionPacket() {