Oops, left something out
This commit is contained in:
parent
15c44d5ef0
commit
223cbf9c80
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class TileGenerator extends TileElectrical implements IRotatable
|
|||
if (tile instanceof IMechanical)
|
||||
{
|
||||
IMechanical mech = ((IMechanical) tile).getInstance(outputDir.getOpposite());
|
||||
long extract = energy.extractEnergy(energy.getEnergy() / 2, false);
|
||||
long extract = energy.extractEnergy(energy.getEnergy() / 2, false);
|
||||
|
||||
if (mech != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue