diff options
author | Justin Clarke Casey | 2008-03-18 20:11:35 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-18 20:11:35 +0000 |
commit | f77ab461846410297489c07b7c5029b099e119f3 (patch) | |
tree | 84916f1ea6338bfc9a6507cbda3b7e47e63fb0da /OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | |
parent | * Stop grid inventory network failures crashing the client session (diff) | |
download | opensim-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.cs | 3 |
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) |