diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/UserAccountService/UserAccountService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs index 40d8095..ec6118b 100644 --- a/OpenSim/Services/UserAccountService/UserAccountService.cs +++ b/OpenSim/Services/UserAccountService/UserAccountService.cs | |||
@@ -480,7 +480,6 @@ namespace OpenSim.Services.UserAccountService | |||
480 | { | 480 | { |
481 | account.ServiceURLs = new Dictionary<string, object>(); | 481 | account.ServiceURLs = new Dictionary<string, object>(); |
482 | account.ServiceURLs["HomeURI"] = string.Empty; | 482 | account.ServiceURLs["HomeURI"] = string.Empty; |
483 | account.ServiceURLs["GatekeeperURI"] = string.Empty; | ||
484 | account.ServiceURLs["InventoryServerURI"] = string.Empty; | 483 | account.ServiceURLs["InventoryServerURI"] = string.Empty; |
485 | account.ServiceURLs["AssetServerURI"] = string.Empty; | 484 | account.ServiceURLs["AssetServerURI"] = string.Empty; |
486 | } | 485 | } |