mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
small change to see if that helps with the inventory problems.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user