Fix status responses in remote admin
parent
8741676bc3
commit
4407c4700f
|
@ -2636,8 +2636,8 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||||
string text;
|
string text;
|
||||||
int health = scene.GetHealth(out flags, out text);
|
int health = scene.GetHealth(out flags, out text);
|
||||||
responseData["health"] = health;
|
responseData["health"] = health;
|
||||||
responseData["flags"] = health;
|
responseData["flags"] = flags;
|
||||||
responseData["message"] = health;
|
responseData["message"] = text;
|
||||||
|
|
||||||
response.Value = responseData;
|
response.Value = responseData;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue