aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
diff options
context:
space:
mode:
authormingchen2008-05-28 23:20:01 +0000
committermingchen2008-05-28 23:20:01 +0000
commit1d38510bd283aa1d4e3ecaa280c68beb8e5aa57c (patch)
tree8518b38281d983dbeb953925f3be335546c12644 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
parentFrom: Kurt Taylor <krtaylor@us.ibm.com> (diff)
downloadopensim-SC_OLD-1d38510bd283aa1d4e3ecaa280c68beb8e5aa57c.zip
opensim-SC_OLD-1d38510bd283aa1d4e3ecaa280c68beb8e5aa57c.tar.gz
opensim-SC_OLD-1d38510bd283aa1d4e3ecaa280c68beb8e5aa57c.tar.bz2
opensim-SC_OLD-1d38510bd283aa1d4e3ecaa280c68beb8e5aa57c.tar.xz
*Added a Few External Checks relating to scripts including the seperation of runscript into 3 different situations (Rez, start stop)
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
index d35765c..c49970f 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
@@ -49,6 +49,7 @@ namespace OpenSim.Region.Environment.Scenes
49 SceneObjectPart part = GetChildPart(localID); 49 SceneObjectPart part = GetChildPart(localID);
50 if (part != null) 50 if (part != null)
51 { 51 {
52
52 part.StartScript(itemID); 53 part.StartScript(itemID);
53 54
54 } 55 }