Stab a test fail

slimupdates2
Melanie 2010-05-05 22:48:05 +01:00
parent e45f5ac126
commit ad2039a8c4
1 changed files with 3 additions and 1 deletions

View File

@ -2651,8 +2651,10 @@ namespace OpenSim.Region.Framework.Scenes
ScenePresence sp = CreateAndAddScenePresence(client);
if (aCircuit != null)
{
sp.Appearance = aCircuit.Appearance;
sp.Viewer = aCircuit.Viewer;
sp.Viewer = aCircuit.Viewer;
}
// HERE!!! Do the initial attachments right here
// first agent upon login is a root agent by design.