diff options
author | Teravus Ovares | 2007-12-12 18:03:37 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-12 18:03:37 +0000 |
commit | 5e6483f209966aaf1ad503627c73608cd7e59648 (patch) | |
tree | 8fc61f0532659783d14f8f7134b2cda3a237da75 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | Thanks to Alondria for: Adding vector->string and rotation->string, (diff) | |
download | opensim-SC-5e6483f209966aaf1ad503627c73608cd7e59648.zip opensim-SC-5e6483f209966aaf1ad503627c73608cd7e59648.tar.gz opensim-SC-5e6483f209966aaf1ad503627c73608cd7e59648.tar.bz2 opensim-SC-5e6483f209966aaf1ad503627c73608cd7e59648.tar.xz |
* 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
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 | } |