diff options
author | Melanie Thielker | 2008-10-25 13:44:26 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-25 13:44:26 +0000 |
commit | dc1214e46f8f253408d05c9c14f79d0bd19c52b9 (patch) | |
tree | a2d07fb4ef579df726f8520296445efeb0b6f51a /OpenSim | |
parent | More plumbing and some wires (diff) | |
download | opensim-SC_OLD-dc1214e46f8f253408d05c9c14f79d0bd19c52b9.zip opensim-SC_OLD-dc1214e46f8f253408d05c9c14f79d0bd19c52b9.tar.gz opensim-SC_OLD-dc1214e46f8f253408d05c9c14f79d0bd19c52b9.tar.bz2 opensim-SC_OLD-dc1214e46f8f253408d05c9c14f79d0bd19c52b9.tar.xz |
Make ScenePresence.Close public to allow subclassing of SceneComms
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
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 | { |