Change category in snapshot to a number, to match the one in search
parent
ae2c0e2d78
commit
c3d7d7bb51
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue