From 5e6483f209966aaf1ad503627c73608cd7e59648 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 12 Dec 2007 18:03:37 +0000 Subject: * In our quest for sim heartbeat stats, we're a touch closer to accurate object count on sim stats. * Fixed a rare, but possible NullReferenceException --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') 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 lock (Entities) { Entities.Remove(group.UUID); + m_innerScene.RemoveAPrimCount(); } group.DeleteParts(); } -- cgit v1.1