aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index 7846400..7ddd1c6 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -720,7 +720,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
720 AgentCircuitData agentCircuit = sp.ControllingClient.RequestClientInfo(); 720 AgentCircuitData agentCircuit = sp.ControllingClient.RequestClientInfo();
721 agentCircuit.startpos = position; 721 agentCircuit.startpos = position;
722 agentCircuit.child = true; 722 agentCircuit.child = true;
723 agentCircuit.Appearance = sp.Appearance; 723
724// agentCircuit.Appearance = sp.Appearance;
725 agentCircuit.Appearance = new AvatarAppearance(sp.Appearance, true, false);
726
724 if (currentAgentCircuit != null) 727 if (currentAgentCircuit != null)
725 { 728 {
726 agentCircuit.ServiceURLs = currentAgentCircuit.ServiceURLs; 729 agentCircuit.ServiceURLs = currentAgentCircuit.ServiceURLs;