on teleports dont send baked textures assets in CreateClient, they will do on the update sent next
parent
447fd0850a
commit
0720c201b2
|
@ -720,7 +720,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||||
AgentCircuitData agentCircuit = sp.ControllingClient.RequestClientInfo();
|
AgentCircuitData agentCircuit = sp.ControllingClient.RequestClientInfo();
|
||||||
agentCircuit.startpos = position;
|
agentCircuit.startpos = position;
|
||||||
agentCircuit.child = true;
|
agentCircuit.child = true;
|
||||||
agentCircuit.Appearance = sp.Appearance;
|
|
||||||
|
// agentCircuit.Appearance = sp.Appearance;
|
||||||
|
agentCircuit.Appearance = new AvatarAppearance(sp.Appearance, true, false);
|
||||||
|
|
||||||
if (currentAgentCircuit != null)
|
if (currentAgentCircuit != null)
|
||||||
{
|
{
|
||||||
agentCircuit.ServiceURLs = currentAgentCircuit.ServiceURLs;
|
agentCircuit.ServiceURLs = currentAgentCircuit.ServiceURLs;
|
||||||
|
|
Loading…
Reference in New Issue