Accounting for the changes introduced in AssetServerBase in r9143 related to starting the thread manually. Fixes mantis #3490.
parent
be08c2d411
commit
4f07370d94
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue