make sure we return false if catch() is triggered on crossing
parent
59413adcee
commit
b1ccf3f110
|
@ -4021,6 +4021,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
// result = m_scene.CrossAgentToNewRegion(this, false);
|
// result = m_scene.CrossAgentToNewRegion(this, false);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
// if(!result)
|
// if(!result)
|
||||||
// parcelRegionCross(true);
|
// parcelRegionCross(true);
|
||||||
|
|
Loading…
Reference in New Issue