Workbench - Clear crafting output when there are no matching recipes

This commit is contained in:
Emmanuel BENOîT 2016-07-23 10:09:27 +02:00
parent 6d39c1e565
commit 35a228b210

View file

@ -168,6 +168,7 @@ public class TBWBContainer
private void onRecipeChanged( )
{
this.recipeDisplay.clear( );
this.recipeOutput.clear( );
if ( this.recipeWrapper == null ) {
// XXX log if confirm is set
return;