mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Introduced a build error in the last patch
This commit is contained in:
@@ -305,9 +305,6 @@ namespace OpenSim
|
||||
assetServer = sqlAssetServer;
|
||||
}
|
||||
|
||||
// TODO: This actually does nothing to no IAssetServer implementor. Delete?
|
||||
assetServer.SetServerInfo(m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
|
||||
|
||||
m_assetCache = new AssetCache(assetServer);
|
||||
// m_assetCache = new assetCache("OpenSim.Region.GridInterfaces.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user