mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its effects and return object
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user