Removed printlin

This commit is contained in:
Calclavia 2013-08-05 17:24:34 -04:00
parent de0ad48a2d
commit eda2a54ab0

View file

@ -81,7 +81,6 @@ public class TileEntityEMContractor extends TileEntityBase implements IPacketRec
if (this.tempLinkVector.getTileEntity(this.worldObj) instanceof TileEntityEMContractor) if (this.tempLinkVector.getTileEntity(this.worldObj) instanceof TileEntityEMContractor)
{ {
this.setLink((TileEntityEMContractor) this.tempLinkVector.getTileEntity(this.worldObj), true); this.setLink((TileEntityEMContractor) this.tempLinkVector.getTileEntity(this.worldObj), true);
System.out.println("TEST" + this.linked);
} }
this.tempLinkVector = null; this.tempLinkVector = null;