aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorBlueWall2012-01-10 13:41:35 -0500
committerBlueWall2012-01-10 13:41:35 -0500
commit3deb52d3996b45228c2301ecc7445514099f3b13 (patch)
tree1e8429cede19edaad125b0651aaffdb437e192fe /OpenSim/Region/Framework/Scenes/Scene.cs
parentAdd some run-time debugging support (diff)
downloadopensim-SC_OLD-3deb52d3996b45228c2301ecc7445514099f3b13.zip
opensim-SC_OLD-3deb52d3996b45228c2301ecc7445514099f3b13.tar.gz
opensim-SC_OLD-3deb52d3996b45228c2301ecc7445514099f3b13.tar.bz2
opensim-SC_OLD-3deb52d3996b45228c2301ecc7445514099f3b13.tar.xz
Teleport Debugging
Move setting from ini to existing facitilies - thanks justincc toggle with console command: debug teleport
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index ed6f68a..f03c345 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -651,8 +651,6 @@ namespace OpenSim.Region.Framework.Scenes
651 // 651 //
652 IConfig startupConfig = m_config.Configs["Startup"]; 652 IConfig startupConfig = m_config.Configs["Startup"];
653 653
654 DEBUG = startupConfig.GetBoolean("DEBUG", false);
655
656 m_defaultDrawDistance = startupConfig.GetFloat("DefaultDrawDistance",m_defaultDrawDistance); 654 m_defaultDrawDistance = startupConfig.GetFloat("DefaultDrawDistance",m_defaultDrawDistance);
657 m_useBackup = startupConfig.GetBoolean("UseSceneBackup", m_useBackup); 655 m_useBackup = startupConfig.GetBoolean("UseSceneBackup", m_useBackup);
658 if (!m_useBackup) 656 if (!m_useBackup)