Accounting for the changes introduced in AssetServerBase in r9143 related to starting the thread manually. Fixes mantis #3490.

0.6.5-rc1
diva 2009-04-19 15:07:29 +00:00
parent be08c2d411
commit 4f07370d94
1 changed files with 1 additions and 0 deletions

View File

@ -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);