Rename Scene.StartTimer() to Start() - this method no longer uses a timer. Comment out more effectively unused old heartbeat code.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-23 01:21:43 +00:00
parent 4ee8b3e23e
commit 18b3f1132e
2 changed files with 26 additions and 25 deletions

View File

@@ -430,7 +430,7 @@ namespace OpenSim
mscene = scene;
scene.StartTimer();
scene.Start();
scene.StartScripts();