diff options
author | Justin Clarke Casey | 2008-11-07 23:04:25 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-07 23:04:25 +0000 |
commit | 1effc31b1498c37c48827f60e52b1207c478b002 (patch) | |
tree | 067a08626f49ee43e2af5e4ddca5e8f053ad28f6 /OpenSim/Region/Environment/Scenes | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2582 (diff) | |
download | opensim-SC_OLD-1effc31b1498c37c48827f60e52b1207c478b002.zip opensim-SC_OLD-1effc31b1498c37c48827f60e52b1207c478b002.tar.gz opensim-SC_OLD-1effc31b1498c37c48827f60e52b1207c478b002.tar.bz2 opensim-SC_OLD-1effc31b1498c37c48827f60e52b1207c478b002.tar.xz |
* minor: Remove mono compiler warning
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 5958a41..d217946 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -3186,7 +3186,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
3186 | if (att.ParentGroup != null && !att.IsAttachment) | 3186 | if (att.ParentGroup != null && !att.IsAttachment) |
3187 | m_scene.AttachObject(ControllingClient, att.ParentGroup.LocalId, (uint)0, att.ParentGroup.GroupRotation, Vector3.Zero); | 3187 | m_scene.AttachObject(ControllingClient, att.ParentGroup.LocalId, (uint)0, att.ParentGroup.GroupRotation, Vector3.Zero); |
3188 | } | 3188 | } |
3189 | catch (System.NullReferenceException e) | 3189 | catch |
3190 | { | 3190 | { |
3191 | } | 3191 | } |
3192 | } | 3192 | } |