Fixed link name output
This commit is contained in:
parent
20fd0d2e46
commit
38cd248069
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class BlockEMContractor extends BlockBase implements ITileEntityProvider
|
||||||
{
|
{
|
||||||
contractor.setLink((TileEntityEMContractor) linkVec.getTileEntity(world), true);
|
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 + "]");
|
entityPlayer.addChatMessage("Linked " + this.getLocalizedName() + " with " + " [" + (int) linkVec.x + ", " + (int) linkVec.y + ", " + (int) linkVec.z + "]");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue