Make ScenePresence.Close public to allow subclassing of SceneComms
parent
26643c4a9d
commit
dc1214e46f
|
@ -2390,7 +2390,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
ControllingClient.SendHealth(Health);
|
||||
}
|
||||
|
||||
internal void Close()
|
||||
public void Close()
|
||||
{
|
||||
lock (m_attachments)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue