cleanups.
0.6.0-stable
Dr Scofield 2008-09-24 12:04:58 +00:00
parent 201805172f
commit 5787480655
1 changed files with 64 additions and 64 deletions

View File

@ -728,6 +728,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
{ {
rdata.writer.WriteAttributeString("Item",item.ToString()); rdata.writer.WriteAttributeString("Item",item.ToString());
} }
if (asset != UUID.Zero) if (asset != UUID.Zero)
{ {
rdata.writer.WriteAttributeString("Item",asset.ToString()); rdata.writer.WriteAttributeString("Item",asset.ToString());
@ -793,7 +794,6 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
if (texture != null && (texture.DefaultTexture != null || texture.FaceTextures != null)) if (texture != null && (texture.DefaultTexture != null || texture.FaceTextures != null))
{ {
Rest.Log.DebugFormat("{0} FormatUserAppearance: Formatting textures", MsgId); Rest.Log.DebugFormat("{0} FormatUserAppearance: Formatting textures", MsgId);
rdata.writer.WriteStartElement("Texture"); rdata.writer.WriteStartElement("Texture");