Fixed tesla texture

This commit is contained in:
Aidan Brady 2013-11-23 10:42:23 -05:00
parent 4c68aa2ca2
commit 4a5df9f922
2 changed files with 2 additions and 3 deletions

View file

@ -133,9 +133,8 @@ public class TileEntityTesla extends TileEntityElectricBlock implements ITesla
{
if(new Vector3((TileEntity)tesla).distance(new Vector3(this)) < getRange())
{
/**
* Make sure Tesla is not part of this tower.
*/
//Make sure Tesla is not part of this tower.
if(!connectedTeslas.contains(tesla) && tesla.canReceive(this))
{
if(tesla instanceof TileEntityTesla)

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB