Temporary fix for the object taking bug

This commit is contained in:
MW
2007-04-03 13:37:11 +00:00
parent fdc9ed89b4
commit 56e6587c9f
8 changed files with 33 additions and 69 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenSim.GenericConfig
{
if (configNode.Attributes[attributeName] != null)
{
configNode.Attributes.GetNamedItem(attributeName).Value = attributeValue;
((XmlAttribute)configNode.Attributes.GetNamedItem(attributeName)).Value = attributeValue;
}
else
{