Remove the extra curly brace '}' from line 261
else if ( m_Material >= BulkMaterialType.OakWood && m_Material <= BulkMaterialType.Petrified && small.Material != m_Material )
{
from.SendMessage( "Both orders must use the same wood type." ); // Both orders must use the same leather type.
}...