mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* refactor: remove AssetCache field hanging off Scene
* This is always available at Scene.CommsManager.AssetCache
This commit is contained in:
@@ -86,7 +86,7 @@ namespace OpenSim.Region.CoreModules.Agent.Capabilities
|
||||
|
||||
Caps caps
|
||||
= new Caps(
|
||||
m_scene.AssetCache, m_scene.CommsManager.HttpServer, m_scene.RegionInfo.ExternalHostName,
|
||||
m_scene.CommsManager.AssetCache, m_scene.CommsManager.HttpServer, m_scene.RegionInfo.ExternalHostName,
|
||||
m_scene.CommsManager.HttpServer.Port,
|
||||
capsObjectPath, agentId, m_scene.DumpAssetsToFile, m_scene.RegionInfo.RegionName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user