Fixes a failed unit test on ScenePresences tests. That test unit needs some fixing too.
parent
a3d14832af
commit
d9d5a56f1d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue