mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Minor bug fix. Thanks daTwitch.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user