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

This commit is contained in:
diva
2009-04-19 15:07:29 +00:00
parent be08c2d411
commit 4f07370d94

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