mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
"compile before commit, AND check compile result" - forgot a ;
This commit is contained in:
@@ -519,7 +519,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// </summary>
|
||||
public void StartTimer()
|
||||
{
|
||||
MainLog.Instance.Debug("SCENE", "Starting timer")
|
||||
MainLog.Instance.Debug("SCENE", "Starting timer");
|
||||
m_heartbeatTimer.Enabled = true;
|
||||
m_heartbeatTimer.Interval = (int) (m_timespan*1000);
|
||||
m_heartbeatTimer.Elapsed += new ElapsedEventHandler(Heartbeat);
|
||||
|
||||
Reference in New Issue
Block a user