aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index becea1f..264aaa8 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -4311,7 +4311,10 @@ namespace OpenSim.Region.Framework.Scenes
4311 4311
4312 ScenePresence presence = m_sceneGraph.GetScenePresence(agentID); 4312 ScenePresence presence = m_sceneGraph.GetScenePresence(agentID);
4313 if (presence != null) 4313 if (presence != null)
4314 {
4314 presence.ControllingClient.Close(force); 4315 presence.ControllingClient.Close(force);
4316 return true;
4317 }
4315 4318
4316 // Agent not here 4319 // Agent not here
4317 return false; 4320 return false;