aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-18 20:11:35 +0000
committerJustin Clarke Casey2008-03-18 20:11:35 +0000
commitf77ab461846410297489c07b7c5029b099e119f3 (patch)
tree84916f1ea6338bfc9a6507cbda3b7e47e63fb0da /OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs
parent* Stop grid inventory network failures crashing the client session (diff)
downloadopensim-SC_OLD-f77ab461846410297489c07b7c5029b099e119f3.zip
opensim-SC_OLD-f77ab461846410297489c07b7c5029b099e119f3.tar.gz
opensim-SC_OLD-f77ab461846410297489c07b7c5029b099e119f3.tar.bz2
opensim-SC_OLD-f77ab461846410297489c07b7c5029b099e119f3.tar.xz
* Stop (which currently removes) all scripts in an object when that object is deleted from the region
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs
index deeb0ad..f7e82a5 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs
@@ -126,6 +126,9 @@ namespace OpenSim.Region.Environment.Scenes
126 } 126 }
127 } 127 }
128 128
129 /// <summary>
130 /// Stop all the scripts in this prim.
131 /// </summary>
129 public void StopScripts() 132 public void StopScripts()
130 { 133 {
131 lock (m_taskInventory) 134 lock (m_taskInventory)