aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-23 01:21:43 +0000
committerJustin Clark-Casey (justincc)2012-03-23 01:21:43 +0000
commit18b3f1132eeb28e51d84e028e4fd69048150ccb7 (patch)
treeed7bdee231a18facf64a414f36b2554c6c01c07e /OpenSim/Region/Application/OpenSimBase.cs
parentFix build break (diff)
downloadopensim-SC_OLD-18b3f1132eeb28e51d84e028e4fd69048150ccb7.zip
opensim-SC_OLD-18b3f1132eeb28e51d84e028e4fd69048150ccb7.tar.gz
opensim-SC_OLD-18b3f1132eeb28e51d84e028e4fd69048150ccb7.tar.bz2
opensim-SC_OLD-18b3f1132eeb28e51d84e028e4fd69048150ccb7.tar.xz
Rename Scene.StartTimer() to Start() - this method no longer uses a timer. Comment out more effectively unused old heartbeat code.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index c6956fc..484159c 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -430,7 +430,7 @@ namespace OpenSim
430 430
431 mscene = scene; 431 mscene = scene;
432 432
433 scene.StartTimer(); 433 scene.Start();
434 434
435 scene.StartScripts(); 435 scene.StartScripts();
436 436