Minor bug fix. Thanks daTwitch.

This commit is contained in:
diva
2009-03-12 01:43:22 +00:00
parent a8c66444e2
commit 4eba67175d

View File

@@ -83,7 +83,8 @@ namespace OpenSim.Framework
pair["seed"] = OSD.FromString(kvp.Value);
childrenSeeds.Add(pair);
}
args["children_seeds"] = childrenSeeds;
if (ChildrenCapSeeds.Count > 0)
args["children_seeds"] = childrenSeeds;
args["child"] = OSD.FromBoolean(child);
args["circuit_code"] = OSD.FromString(circuitcode.ToString());