Test commit to see if commit is working for me, as another core developer is reporting problems.

trunk
MW 2009-07-15 10:11:00 +00:00
parent 56d295cfb5
commit 75bfbc14fc
1 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Interregion
public bool SendCreateChildAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason) public bool SendCreateChildAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason)
{ {
foreach (Scene s in m_sceneList) foreach (Scene s in m_sceneList)
{ {
if (s.RegionInfo.RegionHandle == regionHandle) if (s.RegionInfo.RegionHandle == regionHandle)