small change to see if that helps with the inventory problems.
parent
85f893f0b3
commit
031b3d5314
|
@ -93,7 +93,7 @@ namespace OpenSim.Framework.Communications.Cache
|
|||
{
|
||||
if (m_userProfile != null)
|
||||
{
|
||||
if (m_userProfile.UserInventoryURI != String.Empty)
|
||||
if (! String.IsNullOrEmpty(m_userProfile.UserAssetURI))
|
||||
{
|
||||
Uri uri = new Uri(m_userProfile.UserInventoryURI);
|
||||
return uri.Host;
|
||||
|
|
Loading…
Reference in New Issue