Fixes a failed unit test on ScenePresences tests. That test unit needs some fixing too.

0.6.3-post-fixes
diva 2009-02-09 23:12:49 +00:00
parent a3d14832af
commit d9d5a56f1d
1 changed files with 2 additions and 1 deletions

View File

@ -2031,6 +2031,7 @@ namespace OpenSim.Region.Framework.Scenes
//} //}
// And the new channel... // And the new channel...
if (m_interregionCommsOut != null)
successYN = m_interregionCommsOut.SendCreateObject(newRegionHandle, grp); successYN = m_interregionCommsOut.SendCreateObject(newRegionHandle, grp);
if (successYN) if (successYN)