Fix mantis 280 - sim crashes when a prim is deleted.
parent
047aba2067
commit
968649aec9
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue