mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* moved SceneManager to RegionApplicationBase
* Implemented SceneManager.StopScene() and Scene.Stop() * Some SimpleApping
This commit is contained in:
@@ -227,5 +227,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
avatar = null;
|
||||
return false;
|
||||
}
|
||||
|
||||
public void CloseScene(Scene scene)
|
||||
{
|
||||
m_localScenes.Remove(scene);
|
||||
scene.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user