diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 9ce9a89..3a4a68f 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -2347,8 +2347,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
2347 | s.RegionInfo.EstateSettings.EstateAccess = acl.ToArray(); | 2347 | s.RegionInfo.EstateSettings.EstateAccess = acl.ToArray(); |
2348 | } | 2348 | } |
2349 | 2349 | ||
2350 | responseData["added"] = remk; | 2350 | responseData["removed"] = remk; |
2351 | |||
2352 | 2351 | ||
2353 | } | 2352 | } |
2354 | catch (Exception e) | 2353 | catch (Exception e) |