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

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