mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Deleted a line too many
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user