Fir merge error
This commit is contained in:
parent
aecc8f0d3a
commit
6d93b645e2
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
|
||||||
@Override
|
@Override
|
||||||
public int powerRequest(ForgeDirection from) {
|
public int powerRequest(ForgeDirection from) {
|
||||||
if (BlockGenericPipe.isValid(pipe) && pipe instanceof IPowerReceptor)
|
if (BlockGenericPipe.isValid(pipe) && pipe instanceof IPowerReceptor)
|
||||||
return ((IPowerReceptor) pipe).powerRequest();
|
return ((IPowerReceptor) pipe).powerRequest(from);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue