diff --git a/OpenSim/Region/DataSnapshot/LandSnapshot.cs b/OpenSim/Region/DataSnapshot/LandSnapshot.cs index c4328e2c02..5b75417a00 100644 --- a/OpenSim/Region/DataSnapshot/LandSnapshot.cs +++ b/OpenSim/Region/DataSnapshot/LandSnapshot.cs @@ -151,7 +151,7 @@ namespace OpenSim.Region.DataSnapshot.Providers public_attr.Value = GetPublicPermissions(parcel); // Check the category of the Parcel XmlAttribute category_attr = nodeFactory.CreateAttribute("category"); - category_attr.Value = parcel.Category.ToString(); + category_attr.Value = ((int)parcel.Category).ToString(); //XmlAttribute entities_attr = nodeFactory.CreateAttribute("entities");