mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
This commit is contained in:
@@ -153,7 +153,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
ScenePresence sp = (ScenePresence)m_pres_by_uuid[uuid];
|
||||
return sp;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user