* 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.

0.6.0-stable
Teravus Ovares 2008-04-07 11:21:44 +00:00
parent 4a47d8f5e1
commit 072b5faa34
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ namespace OpenSim.Region.Environment.Scenes
/// </summary>
protected TaskInventoryDictionary m_taskInventory = new TaskInventoryDictionary();
[XmlIgnore]
public TaskInventoryDictionary TaskInventory
{
get { return m_taskInventory; }