undo partially pattern cache rebuild optimization

This commit is contained in:
PrototypeTrousers
2022-03-01 13:02:56 -03:00
parent 71ffcfb839
commit d414c458ae
2 changed files with 1 additions and 29 deletions
@@ -464,14 +464,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
}
try
{
if( removed )
{
this.gridProxy.getGrid().postEvent( new MENetworkCraftingPatternChange( this, this.gridProxy.getNode() ) );
}
else if( newPattern )
{
this.provideCrafting( (ICraftingProviderHelper) this.gridProxy.getCrafting() );
}
this.gridProxy.getGrid().postEvent( new MENetworkCraftingPatternChange( this, this.gridProxy.getNode() ) );
}
catch( GridAccessException e )
{