diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index db073e8..665fb4c 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -613,7 +613,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
613 | m_useFlySlow = startupConfig.GetBoolean("enableflyslow", false); | 613 | m_useFlySlow = startupConfig.GetBoolean("enableflyslow", false); |
614 | // TODO: Change default to true once the feature is supported | 614 | // TODO: Change default to true once the feature is supported |
615 | m_usePreJump = startupConfig.GetBoolean("enableprejump", false); | 615 | m_usePreJump = startupConfig.GetBoolean("enableprejump", false); |
616 | 616 | m_usePreJump = true; // Above line fails!? | |
617 | m_maxNonphys = startupConfig.GetFloat("NonPhysicalPrimMax", m_maxNonphys); | 617 | m_maxNonphys = startupConfig.GetFloat("NonPhysicalPrimMax", m_maxNonphys); |
618 | if (RegionInfo.NonphysPrimMax > 0) | 618 | if (RegionInfo.NonphysPrimMax > 0) |
619 | { | 619 | { |