diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index e373eda..f13178c 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -518,6 +518,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
518 | lock (Entities) | 518 | lock (Entities) |
519 | { | 519 | { |
520 | Entities.Remove(group.UUID); | 520 | Entities.Remove(group.UUID); |
521 | m_innerScene.RemoveAPrimCount(); | ||
521 | } | 522 | } |
522 | group.DeleteParts(); | 523 | group.DeleteParts(); |
523 | } | 524 | } |