Fixed Bug: #0785 - Unable to place a View Cell into a Pattern Terminal
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user