aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorMW2009-07-15 10:11:00 +0000
committerMW2009-07-15 10:11:00 +0000
commit75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96 (patch)
treec3aa1270271c7b534aa31b3c27c1ebd97377e171 /OpenSim/Region/CoreModules
parentFix for avatar falling through terrain when av_capsule_tilted=false, Mantis #... (diff)
downloadopensim-SC_OLD-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.zip
opensim-SC_OLD-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.tar.gz
opensim-SC_OLD-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.tar.bz2
opensim-SC_OLD-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.tar.xz
Test commit to see if commit is working for me, as another core developer is reporting problems.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs
index 9c3751d..9af0f66 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs
@@ -114,7 +114,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Interregion
114 */ 114 */
115 115
116 public bool SendCreateChildAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason) 116 public bool SendCreateChildAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason)
117 { 117 {
118
118 foreach (Scene s in m_sceneList) 119 foreach (Scene s in m_sceneList)
119 { 120 {
120 if (s.RegionInfo.RegionHandle == regionHandle) 121 if (s.RegionInfo.RegionHandle == regionHandle)