Deleted a line too many

cpu-performance
Diva Canto 2013-07-13 22:32:52 -07:00
parent b4f1b9acf6
commit a2ee887c6d
1 changed files with 3 additions and 0 deletions

View File

@ -4311,7 +4311,10 @@ namespace OpenSim.Region.Framework.Scenes
ScenePresence presence = m_sceneGraph.GetScenePresence(agentID);
if (presence != null)
{
presence.ControllingClient.Close(force);
return true;
}
// Agent not here
return false;