diff options
author | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
commit | de467f4903ea41374382cf8a005b3fdeeae280e7 (patch) | |
tree | 43a6cce4d4f0e26d22d8c6525dfc5871745f06d2 /OpenSim/Region/Environment/Scenes | |
parent | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: (diff) | |
download | opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.zip opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.gz opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.bz2 opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.xz |
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/EntityList.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityList.cs b/OpenSim/Region/Environment/Scenes/EntityList.cs index a03b36c..ff8def2 100644 --- a/OpenSim/Region/Environment/Scenes/EntityList.cs +++ b/OpenSim/Region/Environment/Scenes/EntityList.cs | |||
@@ -153,7 +153,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
153 | ScenePresence sp = (ScenePresence)m_pres_by_uuid[uuid]; | 153 | ScenePresence sp = (ScenePresence)m_pres_by_uuid[uuid]; |
154 | return sp; | 154 | return sp; |
155 | } | 155 | } |
156 | catch (Exception e) | 156 | catch (Exception) |
157 | { | 157 | { |
158 | return null; | 158 | return null; |
159 | } | 159 | } |