aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorMelanie2011-11-05 23:06:59 +0000
committerMelanie2011-11-05 23:06:59 +0000
commit57194facdc4aae3b9498041aad56d4f1942225fc (patch)
treed9e300d1489d9b04b24bff7ed885e2f723492548 /OpenSim/Region/Framework/Scenes/Scene.cs
parentMerge branch 'master' into bigmerge (diff)
downloadopensim-SC-57194facdc4aae3b9498041aad56d4f1942225fc.zip
opensim-SC-57194facdc4aae3b9498041aad56d4f1942225fc.tar.gz
opensim-SC-57194facdc4aae3b9498041aad56d4f1942225fc.tar.bz2
opensim-SC-57194facdc4aae3b9498041aad56d4f1942225fc.tar.xz
Fix up with core changes
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 5d4ddea..42ce61e 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -675,7 +675,6 @@ namespace OpenSim.Region.Framework.Scenes
675 675
676 m_maxNonphys = startupConfig.GetFloat("NonPhysicalPrimMax", m_maxNonphys); 676 m_maxNonphys = startupConfig.GetFloat("NonPhysicalPrimMax", m_maxNonphys);
677 677
678 m_log.DebugFormat("[SCENE]: prejump is {0}", m_usePreJump ? "ON" : "OFF");
679 if (RegionInfo.NonphysPrimMax > 0) 678 if (RegionInfo.NonphysPrimMax > 0)
680 { 679 {
681 m_maxNonphys = RegionInfo.NonphysPrimMax; 680 m_maxNonphys = RegionInfo.NonphysPrimMax;