on simple cases no need to parse at all

This commit is contained in:
UbitUmarov
2020-06-04 02:50:39 +01:00
parent 84a3ff37ab
commit 7a07731371
6 changed files with 28 additions and 73 deletions

View File

@@ -469,7 +469,7 @@ namespace OpenSim.Services.Connectors.Simulation
try
{
OSDMap args = new OSDMap(2);
OSDMap args = new OSDMap(16);
args["sog"] = OSD.FromString(sog.ToXml2());
args["extra"] = OSD.FromString(sog.ExtraToXmlString());