mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Temporary fix for the object taking bug
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user