a few changes to simulatorFeatures cap

This commit is contained in:
UbitUmarov
2022-04-09 16:49:57 +01:00
parent 6a404c98de
commit 883c857ae0

View File

@@ -259,7 +259,7 @@ namespace OpenSim.Region.ClientStack.Linden
// This isn't the cheapest way of doing this but the rate
// of occurrence is low (on sim entry only) and it's a sure
// way to get a true deep copy.
OSD copy = OSDParser.DeserializeLLSDXml(OSDParser.SerializeLLSDXmlString(m_features));
OSD copy = OSDParser.DeserializeLLSDXml(OSDParser.SerializeLLSDXmlToBytes(m_features));
return (OSDMap)copy;
}