* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with terminology used elsewhere

* Last build break was probably a Bamboo failure - hopefully this should succeed
This commit is contained in:
Justin Clarke Casey
2009-01-06 18:26:27 +00:00
parent 498cd4f987
commit 31b0f07085
6 changed files with 12 additions and 9 deletions

View File

@@ -469,7 +469,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
AgentCircuitData agentData = new AgentCircuitData();
agentData.AgentID = LocalAgentID;
agentData.BaseFolder = UUID.Zero;
agentData.CapsPath = CapsUtil.GetRandomCapsPath();
agentData.CapsPath = CapsUtil.GetRandomCapsObjectPath();
agentData.child = false;
agentData.circuitcode = (uint)(Util.RandomClass.Next());
agentData.firstname = FirstName;