mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
disabled multiple Inventory server support in loginservice until I get more time to look into the problems people are having.
This commit is contained in:
@@ -422,10 +422,10 @@ namespace OpenSim.Grid.UserServer
|
||||
protected override InventoryData GetInventorySkeleton(LLUUID userID, string serverUrl)
|
||||
{
|
||||
string invUrl = m_config.InventoryUrl;
|
||||
if (serverUrl != String.Empty)
|
||||
{
|
||||
invUrl = serverUrl+"/";
|
||||
}
|
||||
//if (serverUrl != String.Empty)
|
||||
//{
|
||||
// invUrl = serverUrl+"/";
|
||||
//}
|
||||
|
||||
m_log.DebugFormat(
|
||||
"[LOGIN]: Contacting inventory service at {0} for inventory skeleton of user {1}",
|
||||
|
||||
Reference in New Issue
Block a user