diff options
author | Melanie | 2010-10-21 20:26:29 +0100 |
---|---|---|
committer | Melanie | 2010-10-21 20:26:29 +0100 |
commit | 28c4dd7931281f0b36a9d81cd17aef03057bcc39 (patch) | |
tree | 6ea6acd8f8bd636e5f5c82edc9cc0bacedb7aabc /OpenSim/Region/ClientStack | |
parent | COnvert some funky K&R notation to proper (MS) style (diff) | |
parent | This fixes a delay in llSetLinkPrimitiveParamsFast (diff) | |
download | opensim-SC_OLD-28c4dd7931281f0b36a9d81cd17aef03057bcc39.zip opensim-SC_OLD-28c4dd7931281f0b36a9d81cd17aef03057bcc39.tar.gz opensim-SC_OLD-28c4dd7931281f0b36a9d81cd17aef03057bcc39.tar.bz2 opensim-SC_OLD-28c4dd7931281f0b36a9d81cd17aef03057bcc39.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index fff4300..e5cf0dc 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3453,7 +3453,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3453 | 3453 | ||
3454 | avp.Sender.IsTrial = false; | 3454 | avp.Sender.IsTrial = false; |
3455 | avp.Sender.ID = agentID; | 3455 | avp.Sender.ID = agentID; |
3456 | m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString()); | 3456 | //m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString()); |
3457 | OutPacket(avp, ThrottleOutPacketType.Task); | 3457 | OutPacket(avp, ThrottleOutPacketType.Task); |
3458 | } | 3458 | } |
3459 | 3459 | ||