diff options
author | Melanie | 2010-10-21 15:36:32 +0100 |
---|---|---|
committer | Jonathan Freedman | 2010-10-22 18:27:49 -0400 |
commit | 004b395d12b4e369005a4f4a0a44a86bd278e781 (patch) | |
tree | a9fa1db76ec36d12fe5ea735a5bf9b6d028bf882 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Remove a bit of dead code relating to ObjectCapacity (diff) | |
download | opensim-SC-004b395d12b4e369005a4f4a0a44a86bd278e781.zip opensim-SC-004b395d12b4e369005a4f4a0a44a86bd278e781.tar.gz opensim-SC-004b395d12b4e369005a4f4a0a44a86bd278e781.tar.bz2 opensim-SC-004b395d12b4e369005a4f4a0a44a86bd278e781.tar.xz |
Make SImStatsReporter pick ObjectCapacity striaght out of region info
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 0cfc235..c9ae558 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -599,8 +599,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
599 | StatsReporter.OnSendStatsResult += SendSimStatsPackets; | 599 | StatsReporter.OnSendStatsResult += SendSimStatsPackets; |
600 | StatsReporter.OnStatsIncorrect += m_sceneGraph.RecalculateStats; | 600 | StatsReporter.OnStatsIncorrect += m_sceneGraph.RecalculateStats; |
601 | 601 | ||
602 | StatsReporter.SetObjectCapacity(RegionInfo.ObjectCapacity); | ||
603 | |||
604 | // Old | 602 | // Old |
605 | /* | 603 | /* |
606 | m_simulatorVersion = simulatorVersion | 604 | m_simulatorVersion = simulatorVersion |