Made arePipesConnected protected

This commit is contained in:
Krapht 2013-04-28 14:14:38 +02:00
parent 3b33096b2b
commit 12e2d072af

View file

@ -456,7 +456,7 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
* @return true if pipes are considered connected
*/
private boolean arePipesConnected(TileEntity with, ForgeDirection side) {
protected boolean arePipesConnected(TileEntity with, ForgeDirection side) {
Pipe pipe1 = pipe;
if (!BlockGenericPipe.isValid(pipe1))