Minor bug fix. Thanks daTwitch.
parent
a8c66444e2
commit
4eba67175d
|
@ -83,6 +83,7 @@ namespace OpenSim.Framework
|
|||
pair["seed"] = OSD.FromString(kvp.Value);
|
||||
childrenSeeds.Add(pair);
|
||||
}
|
||||
if (ChildrenCapSeeds.Count > 0)
|
||||
args["children_seeds"] = childrenSeeds;
|
||||
|
||||
args["child"] = OSD.FromBoolean(child);
|
||||
|
|
Loading…
Reference in New Issue