diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 7067a62..e011232 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -2238,7 +2238,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
2238 | { | 2238 | { |
2239 | account.ServiceURLs = new Dictionary<string, object>(); | 2239 | account.ServiceURLs = new Dictionary<string, object>(); |
2240 | account.ServiceURLs["HomeURI"] = string.Empty; | 2240 | account.ServiceURLs["HomeURI"] = string.Empty; |
2241 | account.ServiceURLs["GatekeeperURI"] = string.Empty; | ||
2242 | account.ServiceURLs["InventoryServerURI"] = string.Empty; | 2241 | account.ServiceURLs["InventoryServerURI"] = string.Empty; |
2243 | account.ServiceURLs["AssetServerURI"] = string.Empty; | 2242 | account.ServiceURLs["AssetServerURI"] = string.Empty; |
2244 | } | 2243 | } |