diff options
author | Justin Clarke Casey | 2009-01-06 18:26:27 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-06 18:26:27 +0000 |
commit | 31b0f07085eafd63039681b6c57aca289b9fe532 (patch) | |
tree | 5b0c08992715c98efdfd9bfe6cf54ea43aaa3321 /OpenSim/Region/Environment/Scenes/Hypergrid | |
parent | * Fix build break - forgot that I had renamed an argument (diff) | |
download | opensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.zip opensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.tar.gz opensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.tar.bz2 opensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.tar.xz |
* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with terminology used elsewhere
* Last build break was probably a Bamboo failure - hopefully this should succeed
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Hypergrid')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs index 14e0a15..bb7406f 100644 --- a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs | |||
@@ -188,7 +188,7 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid | |||
188 | if (Util.IsOutsideView(oldRegionX, newRegionX, oldRegionY, newRegionY)) | 188 | if (Util.IsOutsideView(oldRegionX, newRegionX, oldRegionY, newRegionY)) |
189 | { | 189 | { |
190 | // brand new agent, let's create a new caps seed | 190 | // brand new agent, let's create a new caps seed |
191 | agentCircuit.CapsPath = CapsUtil.GetRandomCapsPath(); | 191 | agentCircuit.CapsPath = CapsUtil.GetRandomCapsObjectPath(); |
192 | } | 192 | } |
193 | 193 | ||
194 | //if (!m_commsProvider.InterRegion.InformRegionOfChildAgent(reg.RegionHandle, agentCircuit)) | 194 | //if (!m_commsProvider.InterRegion.InformRegionOfChildAgent(reg.RegionHandle, agentCircuit)) |