Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-08-08 18:24:33 +01:00
7 changed files with 112 additions and 11 deletions

View File

@@ -901,6 +901,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
LLClientView client = new LLClientView(remoteEndPoint, m_scene, this, udpClient, sessionInfo, agentID, sessionID, circuitCode);
client.OnLogout += LogoutHandler;
client.DisableFacelights = m_disableFacelights;
// Start the IClientAPI
// Spin it off so that it doesn't clog up the LLUDPServer