mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Fixes a failed unit test on ScenePresences tests. That test unit needs some fixing too.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user