Removed TE p2p wrapper.

This commit is contained in:
AlgorithmX2
2014-02-01 20:52:37 -06:00
parent 496a67abb9
commit 2d61ca3fd0
4 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ public class WrapperTEPipe implements IInventory
@Override
public boolean isItemValidForSlot(int i, ItemStack itemstack)
{
return TE.instance.canAddItemsToPipe( ad, itemstack, dir );
return false;
}
}