Fix mantis 280 - sim crashes when a prim is deleted.

This commit is contained in:
Justin Clarke Casey
2008-01-03 01:30:25 +00:00
parent 047aba2067
commit 968649aec9

View File

@@ -64,6 +64,7 @@ namespace OpenSim.Region.Environment.Scenes
protected Dictionary<LLUUID, TaskInventoryItem> m_taskInventory
= new Dictionary<LLUUID, TaskInventoryItem>();
[XmlIgnore]
public Dictionary<LLUUID, TaskInventoryItem> TaskInventory
{
get { return m_taskInventory; }