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

afrisby
Justin Clarke Casey 2008-01-03 01:30:25 +00:00
parent 047aba2067
commit 968649aec9
1 changed files with 1 additions and 0 deletions

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; }