TESR update packets should no longer cause block updates.

This commit is contained in:
AlgorithmX2 2014-05-08 01:00:29 -05:00
parent 0338902021
commit c11e3ba588

View file

@ -603,7 +603,7 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
throw new RuntimeException( "Invalid Stream For CableBus Container." );
}
}
else
else if ( getPart( side ) != null )
removePart( side, false );
}