mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Started to clean up the mess with HyperAssets in LLClientView. Fixed HG access to Notecards in user's inventory.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user