aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 113b16c..d1e0c24 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -2088,10 +2088,11 @@ namespace OpenSim.Region.Environment.Scenes
2088 } 2088 }
2089 2089
2090 // Fire on_rez 2090 // Fire on_rez
2091 group.CreateScriptInstances(0, true, DefaultScriptEngine, 0);
2092
2093 if (!attachment) 2091 if (!attachment)
2092 {
2093 group.CreateScriptInstances(0, true, DefaultScriptEngine, 0);
2094 rootPart.ScheduleFullUpdate(); 2094 rootPart.ScheduleFullUpdate();
2095 }
2095 2096
2096 if (!Permissions.BypassPermissions()) 2097 if (!Permissions.BypassPermissions())
2097 { 2098 {