mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* moved SceneManager to RegionApplicationBase
* Implemented SceneManager.StopScene() and Scene.Stop() * Some SimpleApping
This commit is contained in:
@@ -1416,5 +1416,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
avatar = null;
|
||||
return false;
|
||||
}
|
||||
|
||||
public override void Close()
|
||||
{
|
||||
m_heartbeatTimer.Close();
|
||||
|
||||
base.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user