Merge pull request #652 from AartBluestoke/patch-6
Update common/buildcraft/transport/PipeTransportItems.java
This commit is contained in:
commit
c15f011a02
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ public class PipeTransportItems extends PipeTransport {
|
||||||
*
|
*
|
||||||
* @param data
|
* @param data
|
||||||
*/
|
*/
|
||||||
private void reverseItem(EntityData data) {
|
protected void reverseItem(EntityData data) {
|
||||||
if (data.item.isCorrupted())
|
if (data.item.isCorrupted())
|
||||||
// Safe guard - if for any reason the item is corrupted at this
|
// Safe guard - if for any reason the item is corrupted at this
|
||||||
// stage, avoid adding it to the pipe to avoid further exceptions.
|
// stage, avoid adding it to the pipe to avoid further exceptions.
|
||||||
|
|
Loading…
Reference in a new issue