* Fixes a few type changes that caused the XML Format to break.

* Testers, please try rezzing your inventory on this revision and sending me feedback in mantis.
* Users, it's not time to update yet.  The dust still hasn't settled.
This commit is contained in:
Teravus Ovares
2008-09-06 19:21:41 +00:00
parent e0264f67d6
commit 6fc23adbc2
4 changed files with 7 additions and 1 deletions

View File

@@ -1314,7 +1314,7 @@ namespace OpenSim.Region.Environment.Scenes
public static SceneObjectPart FromXml(XmlReader xmlReader)
{
// It's not necessary to persist this
XmlSerializer serializer = new XmlSerializer(typeof (SceneObjectPart));
SceneObjectPart newobject = (SceneObjectPart) serializer.Deserialize(xmlReader);
return newobject;