aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-02-03 15:40:59 +0000
committerJustin Clark-Casey (justincc)2010-02-03 15:40:59 +0000
commitda62344822524b74b431bf35e682aaf882c44da9 (patch)
treeb908112a030017e69bfa9739c19366823f36f820 /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentchange position of OnAttach event firing so that this also happens when a use... (diff)
downloadopensim-SC_OLD-da62344822524b74b431bf35e682aaf882c44da9.zip
opensim-SC_OLD-da62344822524b74b431bf35e682aaf882c44da9.tar.gz
opensim-SC_OLD-da62344822524b74b431bf35e682aaf882c44da9.tar.bz2
opensim-SC_OLD-da62344822524b74b431bf35e682aaf882c44da9.tar.xz
minor: remove a couple of mono warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index e26283d..bd59f2e 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2783,11 +2783,10 @@ namespace OpenSim.Region.Framework.Scenes
2783 { 2783 {
2784 m_scene.CrossAgentToNewRegion(this, m_physicsActor.Flying); 2784 m_scene.CrossAgentToNewRegion(this, m_physicsActor.Flying);
2785 } 2785 }
2786 catch(Exception ex) 2786 catch
2787 { 2787 {
2788 m_scene.CrossAgentToNewRegion(this, false); 2788 m_scene.CrossAgentToNewRegion(this, false);
2789 } 2789 }
2790
2791 } 2790 }
2792 2791
2793 public void InTransit() 2792 public void InTransit()