mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
@@ -136,9 +136,6 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
foreach (XmlNode sop in sops)
|
||||
{
|
||||
// Due to mono bug, we're removing all xmlns attributes
|
||||
sop.Attributes.RemoveAll();
|
||||
|
||||
UserAccount creator = null;
|
||||
bool hasCreatorData = false;
|
||||
XmlNodeList nodes = sop.ChildNodes;
|
||||
|
||||
Reference in New Issue
Block a user