mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Fix a recent regression with HG asset posting to other grids where the assets were no longer being posted.
Addresses regression from 08606ae (Thu Jan 8 2015)
This commit is contained in:
@@ -444,6 +444,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
|
||||
HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, string.Empty);
|
||||
uuidGatherer.AddForInspection(asset.FullID);
|
||||
uuidGatherer.GatherAll();
|
||||
|
||||
// Check which assets already exist in the destination server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user