From 1effc31b1498c37c48827f60e52b1207c478b002 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 7 Nov 2008 23:04:25 +0000 Subject: [PATCH] * minor: Remove mono compiler warning --- OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 5958a4168e..d2179465e8 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs @@ -3186,7 +3186,7 @@ namespace OpenSim.Region.Environment.Scenes if (att.ParentGroup != null && !att.IsAttachment) m_scene.AttachObject(ControllingClient, att.ParentGroup.LocalId, (uint)0, att.ParentGroup.GroupRotation, Vector3.Zero); } - catch (System.NullReferenceException e) + catch { } }