* Add a method to allow friendship offers to a logged in client from an offline user directly from the server

This commit is contained in:
Justin Clarke Casey
2008-12-23 17:16:47 +00:00
parent b3c221a6d6
commit c1320112a9
6 changed files with 81 additions and 7 deletions

View File

@@ -2564,7 +2564,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if ((m_host.TaskInventory[InventorySelf()].PermsMask & ScriptBaseClass.PERMISSION_TAKE_CONTROLS) != 0)
{
presence.RegisterControlEventsToScript(controls, accept, pass_on, m_localID, m_itemID);
}
}
}