Fixed Bug: #0785 - Unable to place a View Cell into a Pattern Terminal
This commit is contained in:
parent
12838c6b7a
commit
94c8ea93d2
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue