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

This commit is contained in:
diva
2009-02-09 23:12:49 +00:00
parent a3d14832af
commit d9d5a56f1d

View File

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