mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
shut up some pesty warnings
This commit is contained in:
@@ -1401,7 +1401,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||
value = reader.ReadElementContentAsString("Media", String.Empty);
|
||||
shp.Media = PrimitiveBaseShape.MediaList.FromXml(value);
|
||||
}
|
||||
catch (XmlException e)
|
||||
catch (XmlException)
|
||||
{
|
||||
// There are versions of OAR files that contain unquoted XML.
|
||||
// ie ONE comercial fork that never wanted their oars to be read by our code
|
||||
|
||||
Reference in New Issue
Block a user