Fixed Bug: #0785 - Unable to place a View Cell into a Pattern Terminal

This commit is contained in:
AlgorithmX2 2014-08-01 19:26:50 -05:00
parent 12838c6b7a
commit 94c8ea93d2

View file

@ -155,6 +155,8 @@ public class ContainerPatternTerm extends ContainerMEMonitorable implements IAEA
@Override
public void onUpdate(String field, Object oldValue, Object newValue)
{
super.onUpdate( field, oldValue, newValue );
if ( field.equals( "craftingMode" ) )
{
getAndUpdateOutput();