diff options
author | Teravus Ovares | 2008-04-07 11:21:44 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-07 11:21:44 +0000 |
commit | 072b5faa34145b2437b35be30c54ca8e232f7a86 (patch) | |
tree | 3e5e6e9e044603ca753d71874dd9507234154004 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |
parent | * Committing SceneObjectPart XML Schemas in the share/Schemas folder (this i... (diff) | |
download | opensim-SC_OLD-072b5faa34145b2437b35be30c54ca8e232f7a86.zip opensim-SC_OLD-072b5faa34145b2437b35be30c54ca8e232f7a86.tar.gz opensim-SC_OLD-072b5faa34145b2437b35be30c54ca8e232f7a86.tar.bz2 opensim-SC_OLD-072b5faa34145b2437b35be30c54ca8e232f7a86.tar.xz |
* I XmlIgnored the TaskInventory Property as a temporary measure. Taking things and rezzing them works again. (though, I suggest waiting on taking things until justincc has an opportunity to look at the TaskInventory property causing the XML Serialization to overrun.) It's MinOccurs is 0 in the XML Schema, so it should work fine when he adds it back.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index 0e2a4ee..e2ba681 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -293,7 +293,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
293 | { | 293 | { |
294 | m_scene = scene; | 294 | m_scene = scene; |
295 | m_regionHandle = regionHandle; | 295 | m_regionHandle = regionHandle; |
296 | 296 | ||
297 | StringReader sr = new StringReader(xmlData); | 297 | StringReader sr = new StringReader(xmlData); |
298 | XmlTextReader reader = new XmlTextReader(sr); | 298 | XmlTextReader reader = new XmlTextReader(sr); |
299 | reader.Read(); | 299 | reader.Read(); |