mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its effects and return object
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
new GroupsModule(),
|
||||
new MockGroupsServicesConnector() });
|
||||
|
||||
TestClient client = SceneSetupHelpers.AddRootAgent(scene, userId);
|
||||
TestClient client = SceneSetupHelpers.AddClient(scene, userId);
|
||||
|
||||
IGroupsModule groupsModule = scene.RequestModuleInterface<IGroupsModule>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user