Make ScenePresence.Close public to allow subclassing of SceneComms

0.6.0-stable
Melanie Thielker 2008-10-25 13:44:26 +00:00
parent 26643c4a9d
commit dc1214e46f
1 changed files with 1 additions and 1 deletions

View File

@ -2390,7 +2390,7 @@ namespace OpenSim.Region.Environment.Scenes
ControllingClient.SendHealth(Health);
}
internal void Close()
public void Close()
{
lock (m_attachments)
{