diff options
Diffstat (limited to 'OpenSim/Region/DataSnapshot')
-rw-r--r-- | OpenSim/Region/DataSnapshot/LandSnapshot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/LandSnapshot.cs b/OpenSim/Region/DataSnapshot/LandSnapshot.cs index e6b8e82..1a7da1b 100644 --- a/OpenSim/Region/DataSnapshot/LandSnapshot.cs +++ b/OpenSim/Region/DataSnapshot/LandSnapshot.cs | |||
@@ -208,7 +208,7 @@ namespace OpenSim.Region.DataSnapshot.Providers | |||
208 | xmlparcel.AppendChild(infouuid); | 208 | xmlparcel.AppendChild(infouuid); |
209 | 209 | ||
210 | XmlNode dwell = nodeFactory.CreateNode(XmlNodeType.Element, "dwell", ""); | 210 | XmlNode dwell = nodeFactory.CreateNode(XmlNodeType.Element, "dwell", ""); |
211 | dwell.InnerText = "0"; | 211 | dwell.InnerText = parcel.Dwell.ToString(); |
212 | xmlparcel.AppendChild(dwell); | 212 | xmlparcel.AppendChild(dwell); |
213 | 213 | ||
214 | //TODO: figure how to figure out teleport system landData.landingType | 214 | //TODO: figure how to figure out teleport system landData.landingType |