aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index f36e3aa..a8476fd 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -2390,7 +2390,7 @@ namespace OpenSim.Region.Environment.Scenes
2390 ControllingClient.SendHealth(Health); 2390 ControllingClient.SendHealth(Health);
2391 } 2391 }
2392 2392
2393 internal void Close() 2393 public void Close()
2394 { 2394 {
2395 lock (m_attachments) 2395 lock (m_attachments)
2396 { 2396 {