mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Make ScenePresence.Close public to allow subclassing of SceneComms
This commit is contained in:
@@ -2390,7 +2390,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
ControllingClient.SendHealth(Health);
|
||||
}
|
||||
|
||||
internal void Close()
|
||||
public void Close()
|
||||
{
|
||||
lock (m_attachments)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user