mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Change category in snapshot to a number, to match the one in search
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user