remove a warning

LSLKeyTest
UbitUmarov 2015-11-21 01:55:17 +00:00
parent 156fdd4908
commit 3f4fdacb34
1 changed files with 3 additions and 3 deletions

View File

@ -544,7 +544,7 @@ namespace OpenSim.Region.Framework.Scenes
{
p();
}
catch (Exception e)
catch
{
errors = true;
if (xtr.NodeType == XmlNodeType.EndElement)