Fixed link name output

This commit is contained in:
Calclavia 2013-08-05 15:50:50 -04:00
parent 20fd0d2e46
commit 38cd248069

View file

@ -58,7 +58,7 @@ public class BlockEMContractor extends BlockBase implements ITileEntityProvider
{
contractor.setLink((TileEntityEMContractor) linkVec.getTileEntity(world), true);
if (!world.isRemote)
if (world.isRemote)
{
entityPlayer.addChatMessage("Linked " + this.getLocalizedName() + " with " + " [" + (int) linkVec.x + ", " + (int) linkVec.y + ", " + (int) linkVec.z + "]");
}