mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used.
This commit is contained in:
@@ -2238,7 +2238,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
{
|
||||
account.ServiceURLs = new Dictionary<string, object>();
|
||||
account.ServiceURLs["HomeURI"] = string.Empty;
|
||||
account.ServiceURLs["GatekeeperURI"] = string.Empty;
|
||||
account.ServiceURLs["InventoryServerURI"] = string.Empty;
|
||||
account.ServiceURLs["AssetServerURI"] = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user