Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim

arthursv
Justin Clark-Casey (justincc) 2009-08-14 20:00:24 +01:00
commit 3e94eecc5c
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
agent.InventoryFolder = UUID.Zero;
agent.startpos = Vector3.Zero;
agent.CapsPath = GetRandomCapsObjectPath();
agent.ChildrenCapSeeds = new Dictionary<ulong, string>();
string reason;
scene.NewUserConnection(agent, out reason);