- Fix typographical error in RPC response.
- Remove obsolete commentary.
This commit is contained in:
Dr Scofield
2009-05-22 15:21:49 +00:00
parent 55442f3644
commit 6626937e9a
2 changed files with 1 additions and 6 deletions

View File

@@ -2347,8 +2347,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
s.RegionInfo.EstateSettings.EstateAccess = acl.ToArray();
}
responseData["added"] = remk;
responseData["removed"] = remk;
}
catch (Exception e)