Started to clean up the mess with HyperAssets in LLClientView. Fixed HG access to Notecards in user's inventory.

This commit is contained in:
Diva Canto
2010-07-04 13:56:03 -07:00
parent abe0a9ff49
commit 02a15bc787
6 changed files with 78 additions and 81 deletions

View File

@@ -379,6 +379,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
// Try the user's inventory, but only if it's different from the regions'
string userAssets = HyperAssets.GetUserAssetServer(AgentID);
if ((userAssets != string.Empty) && (userAssets != HyperAssets.GetSimAssetServer()))
{
m_log.DebugFormat("[J2KIMAGE]: texture {0} not found in local asset storage. Trying user's storage.", id);