mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
make sure we return false if catch() is triggered on crossing
This commit is contained in:
@@ -4021,6 +4021,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
catch
|
||||
{
|
||||
// result = m_scene.CrossAgentToNewRegion(this, false);
|
||||
return false;
|
||||
}
|
||||
// if(!result)
|
||||
// parcelRegionCross(true);
|
||||
|
||||
Reference in New Issue
Block a user