mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Missing AsBoolean
This commit is contained in:
@@ -331,7 +331,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
|
||||
// FIXME: If there is a _Result map then it's the success key here that indicates the true success
|
||||
// or failure, not the sibling result node.
|
||||
success = data["success"];
|
||||
success = data["success"].AsBoolean();
|
||||
|
||||
reason = data["reason"].AsString();
|
||||
// We will need to plumb this and start sing the outbound version as well
|
||||
|
||||
Reference in New Issue
Block a user