From 682fc23e3216b3319f532d9e0a4a8e63c55ce264 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 18 May 2008 19:51:58 +0000 Subject: * minor: Just a few documentation odds and ends --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 8b94100..0ab8779 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -1481,10 +1481,8 @@ namespace OpenSim.Region.Environment.Scenes group.ApplyPhysics(m_physicalPrim); } - group.StartScripts(); - if (!attachment) rootPart.ScheduleFullUpdate(); @@ -1493,6 +1491,7 @@ namespace OpenSim.Region.Environment.Scenes } } } + return null; } @@ -1503,7 +1502,6 @@ namespace OpenSim.Region.Environment.Scenes { LLUUID ownerID = item.OwnerID; - AssetBase rezAsset = AssetCache.GetAsset(item.AssetID, false); if (rezAsset != null) -- cgit v1.1