Fixed Crash with P2P Tunnels.

This commit is contained in:
AlgorithmX2
2014-01-31 11:39:09 -06:00
parent daa121b5d2
commit 7319b4e6ae
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ public class PartP2PItems extends PartP2PTunnel<PartP2PItems> implements IPipeCo
{
cachedInv = null;
PartP2PItems input = getInput();
if ( input != null )
if ( input != null && output )
input.onChange();
}