aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-03 21:14:23 +0100
committerJustin Clark-Casey (justincc)2010-09-03 21:14:23 +0100
commit71c0fc10df085921ef92287c754a5bffe40ddc05 (patch)
tree51ddd9b1a4531215d9ad813b323bbbed8a1c8acd /OpenSim/Region/ClientStack
parentllRot2Euler Tests (diff)
parentLast+2 tweak (diff)
downloadopensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.zip
opensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.tar.gz
opensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.tar.bz2
opensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index fddb966..3d4269f 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -3408,6 +3408,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3408 3408
3409 avp.Sender.IsTrial = false; 3409 avp.Sender.IsTrial = false;
3410 avp.Sender.ID = agentID; 3410 avp.Sender.ID = agentID;
3411 m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
3411 OutPacket(avp, ThrottleOutPacketType.Task); 3412 OutPacket(avp, ThrottleOutPacketType.Task);
3412 } 3413 }
3413 3414