mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
fix lm fetch on HG
This commit is contained in:
@@ -10583,7 +10583,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
string assetServer = aCircuit.ServiceURLs["AssetServerURI"].ToString();
|
||||
if (!string.IsNullOrEmpty(assetServer))
|
||||
return ((Scene)Scene).AssetService.Get(assetServer + "/" + id);
|
||||
return ((Scene)Scene).AssetService.Get(id, assetServer, false);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user