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
|
||||
{
|
||||
// result = m_scene.CrossAgentToNewRegion(this, false);
|
||||
return false;
|
||||
}
|
||||
// if(!result)
|
||||
// parcelRegionCross(true);
|
||||
|
|
Loading…
Reference in New Issue