mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
in some cases store a hg asset on local grid is just waste
This commit is contained in:
@@ -1891,7 +1891,7 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
|
||||
if(string.IsNullOrWhiteSpace(assetServerURI))
|
||||
return;
|
||||
|
||||
Scene.AssetService.Get(imageID.ToString(), assetServerURI);
|
||||
Scene.AssetService.Get(imageID.ToString(), assetServerURI, false);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user