Meanless Line Removed.
This commit is contained in:
parent
a60d5a4cc7
commit
a58d44e0cf
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ public class TileInscriber extends AENetworkPowerTile implements IGridTickable
|
|||
public void setOrientation(ForgeDirection inForward, ForgeDirection inUp)
|
||||
{
|
||||
super.setOrientation( inForward, inUp );
|
||||
ForgeDirection right = Platform.crossProduct( getForward(), getUp() );
|
||||
gridProxy.setValidSides( EnumSet.complementOf( EnumSet.of( getForward() ) ) );
|
||||
setPowerSides( EnumSet.complementOf( EnumSet.of( getForward() ) ) );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue