aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index a75cc60..9659883 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -2636,8 +2636,8 @@ namespace OpenSim.ApplicationPlugins.RemoteController
2636 string text; 2636 string text;
2637 int health = scene.GetHealth(out flags, out text); 2637 int health = scene.GetHealth(out flags, out text);
2638 responseData["health"] = health; 2638 responseData["health"] = health;
2639 responseData["flags"] = health; 2639 responseData["flags"] = flags;
2640 responseData["message"] = health; 2640 responseData["message"] = text;
2641 2641
2642 response.Value = responseData; 2642 response.Value = responseData;
2643 } 2643 }