Merge pull request #652 from AartBluestoke/patch-6

Update common/buildcraft/transport/PipeTransportItems.java
This commit is contained in:
SirSengir 2013-02-22 00:19:47 -08:00
commit c15f011a02

View file

@ -132,7 +132,7 @@ public class PipeTransportItems extends PipeTransport {
*
* @param data
*/
private void reverseItem(EntityData data) {
protected void reverseItem(EntityData data) {
if (data.item.isCorrupted())
// Safe guard - if for any reason the item is corrupted at this
// stage, avoid adding it to the pipe to avoid further exceptions.