mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
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:
@@ -430,7 +430,7 @@ namespace OpenSim
|
||||
|
||||
mscene = scene;
|
||||
|
||||
scene.StartTimer();
|
||||
scene.Start();
|
||||
|
||||
scene.StartScripts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user