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