diff options
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index 89a47fe..bd8c278 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -331,7 +331,7 @@ namespace OpenSim.Services.Connectors.Simulation | |||
331 | 331 | ||
332 | // FIXME: If there is a _Result map then it's the success key here that indicates the true success | 332 | // FIXME: If there is a _Result map then it's the success key here that indicates the true success |
333 | // or failure, not the sibling result node. | 333 | // or failure, not the sibling result node. |
334 | success = data["success"]; | 334 | success = data["success"].AsBoolean(); |
335 | 335 | ||
336 | reason = data["reason"].AsString(); | 336 | reason = data["reason"].AsString(); |
337 | // We will need to plumb this and start sing the outbound version as well | 337 | // We will need to plumb this and start sing the outbound version as well |