aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-01-03 01:30:25 +0000
committerJustin Clarke Casey2008-01-03 01:30:25 +0000
commit968649aec9bd758e36fac18ea611a58ba517c300 (patch)
tree0cdd9e231cf8faf067affe77ca5a38d5139a9fca /OpenSim
parentI have fixed the ZeroDecodeCommand bug, and restored my packet recycling code... (diff)
downloadopensim-SC_OLD-968649aec9bd758e36fac18ea611a58ba517c300.zip
opensim-SC_OLD-968649aec9bd758e36fac18ea611a58ba517c300.tar.gz
opensim-SC_OLD-968649aec9bd758e36fac18ea611a58ba517c300.tar.bz2
opensim-SC_OLD-968649aec9bd758e36fac18ea611a58ba517c300.tar.xz
Fix mantis 280 - sim crashes when a prim is deleted.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 1119c99..c0cfe9f 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -64,6 +64,7 @@ namespace OpenSim.Region.Environment.Scenes
64 protected Dictionary<LLUUID, TaskInventoryItem> m_taskInventory 64 protected Dictionary<LLUUID, TaskInventoryItem> m_taskInventory
65 = new Dictionary<LLUUID, TaskInventoryItem>(); 65 = new Dictionary<LLUUID, TaskInventoryItem>();
66 66
67 [XmlIgnore]
67 public Dictionary<LLUUID, TaskInventoryItem> TaskInventory 68 public Dictionary<LLUUID, TaskInventoryItem> TaskInventory
68 { 69 {
69 get { return m_taskInventory; } 70 get { return m_taskInventory; }