mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Fix mantis 280 - sim crashes when a prim is deleted.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user