mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
on simple cases no need to parse at all
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user