Minor bug fix. Thanks daTwitch.

0.6.5-rc1
diva 2009-03-12 01:43:22 +00:00
parent a8c66444e2
commit 4eba67175d
1 changed files with 2 additions and 1 deletions

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());