Merge branch 'opensim-master' into dev-appearance

This commit is contained in:
Master ScienceSim
2010-10-28 09:09:42 -07:00
28 changed files with 273 additions and 130 deletions

View File

@@ -3423,7 +3423,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
avp.Sender.IsTrial = false;
avp.Sender.ID = agentID;
m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
//m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
OutPacket(avp, ThrottleOutPacketType.Task);
}