Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its effects and return object

This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-09 02:25:40 +01:00
parent f99b89990c
commit 59aedbc94b
8 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
AgentCircuitData acd = new AgentCircuitData();
acd.AgentID = userId;
TestClient tc = SceneSetupHelpers.AddRootAgent(scene, acd);
TestClient tc = SceneSetupHelpers.AddClient(scene, acd);
byte[] visualParams = new byte[AvatarAppearance.VISUALPARAM_COUNT];
for (byte i = 0; i < visualParams.Length; i++)