diff options
author | MW | 2009-07-15 10:11:00 +0000 |
---|---|---|
committer | MW | 2009-07-15 10:11:00 +0000 |
commit | 75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96 (patch) | |
tree | c3aa1270271c7b534aa31b3c27c1ebd97377e171 | |
parent | Fix for avatar falling through terrain when av_capsule_tilted=false, Mantis #... (diff) | |
download | opensim-SC-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.zip opensim-SC-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.tar.gz opensim-SC-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.tar.bz2 opensim-SC-75bfbc14fcdcc279beeeaeb4ab10ea33bb7c0f96.tar.xz |
Test commit to see if commit is working for me, as another core developer is reporting problems.
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs | 3 |
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) |