mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Accounting for the changes introduced in AssetServerBase in r9143 related to starting the thread manually. Fixes mantis #3490.
This commit is contained in:
@@ -307,6 +307,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
|
||||
asscli = new GridAssetClient(userAssetURL);
|
||||
asscli.SetReceiver(m_scene.CommsManager.AssetCache); // Straight to the asset cache!
|
||||
m_assetServers.Add(userAssetURL, asscli);
|
||||
asscli.Start();
|
||||
}
|
||||
|
||||
m_log.Debug("[HGScene]: Fetching object " + assetID + " to asset server " + userAssetURL);
|
||||
|
||||
Reference in New Issue
Block a user