diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 129bf09..29c8eb1 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4372,7 +4372,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4372 | ScenePresence presence = m_sceneGraph.GetScenePresence(agentID); | 4372 | ScenePresence presence = m_sceneGraph.GetScenePresence(agentID); |
4373 | if (presence != null) | 4373 | if (presence != null) |
4374 | { | 4374 | { |
4375 | presence.ControllingClient.Close(true, force); | 4375 | presence.ControllingClient.Close(force, force); |
4376 | return true; | 4376 | return true; |
4377 | } | 4377 | } |
4378 | 4378 | ||