Stab a test fail
parent
e45f5ac126
commit
ad2039a8c4
|
@ -2651,8 +2651,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
ScenePresence sp = CreateAndAddScenePresence(client);
|
ScenePresence sp = CreateAndAddScenePresence(client);
|
||||||
if (aCircuit != null)
|
if (aCircuit != null)
|
||||||
|
{
|
||||||
sp.Appearance = aCircuit.Appearance;
|
sp.Appearance = aCircuit.Appearance;
|
||||||
sp.Viewer = aCircuit.Viewer;
|
sp.Viewer = aCircuit.Viewer;
|
||||||
|
}
|
||||||
|
|
||||||
// HERE!!! Do the initial attachments right here
|
// HERE!!! Do the initial attachments right here
|
||||||
// first agent upon login is a root agent by design.
|
// first agent upon login is a root agent by design.
|
||||||
|
|
Loading…
Reference in New Issue