aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs
index 545d603..8137a53 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs
@@ -250,6 +250,7 @@ namespace OpenSim.Region.Environment.Scenes
250 m_part.LocalId, item.ItemID, String.Empty, startParam, postOnRez, engine, stateSource); 250 m_part.LocalId, item.ItemID, String.Empty, startParam, postOnRez, engine, stateSource);
251 m_part.ParentGroup.AddActiveScriptCount(1); 251 m_part.ParentGroup.AddActiveScriptCount(1);
252 m_part.ScheduleFullUpdate(); 252 m_part.ScheduleFullUpdate();
253 return;
253 } 254 }
254 AssetCache cache = m_part.ParentGroup.Scene.AssetCache; 255 AssetCache cache = m_part.ParentGroup.Scene.AssetCache;
255 256