mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Replace dome tabs with spaces
This commit is contained in:
@@ -2781,11 +2781,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
InTransit();
|
||||
try
|
||||
{
|
||||
m_scene.CrossAgentToNewRegion(this, m_physicsActor.Flying);
|
||||
m_scene.CrossAgentToNewRegion(this, m_physicsActor.Flying);
|
||||
}
|
||||
catch(Exception ex)
|
||||
{
|
||||
m_scene.CrossAgentToNewRegion(this, false);
|
||||
m_scene.CrossAgentToNewRegion(this, false);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -3860,4 +3860,4 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user