diff options
author | Dr Scofield | 2009-05-22 15:21:49 +0000 |
---|---|---|
committer | Dr Scofield | 2009-05-22 15:21:49 +0000 |
commit | 6626937e9aa10ca3a717ab15f5b20aace68d7e5e (patch) | |
tree | 7d4a8cd3bdc696ee88421bd127a3e8857ad55c53 /OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |
parent | From: Alan Webb <alan_webb@us.ibm.com> (diff) | |
download | opensim-SC_OLD-6626937e9aa10ca3a717ab15f5b20aace68d7e5e.zip opensim-SC_OLD-6626937e9aa10ca3a717ab15f5b20aace68d7e5e.tar.gz opensim-SC_OLD-6626937e9aa10ca3a717ab15f5b20aace68d7e5e.tar.bz2 opensim-SC_OLD-6626937e9aa10ca3a717ab15f5b20aace68d7e5e.tar.xz |
From: Alan Webb <alan_webb@us.ibm.com>
- Fix typographical error in RPC response.
- Remove obsolete commentary.
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs')
-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) |