* Please to be checking you rename the strings inside the project when you rename libraries!

This commit is contained in:
Adam Frisby
2007-07-18 22:38:10 +00:00
parent b746b5d8e3
commit bb55713de0

View File

@@ -174,7 +174,7 @@ namespace OpenSim
localConfig.Close();
m_assetCache = new AssetCache("OpenSim.Region.GridInterfaces.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
m_assetCache = new AssetCache("OpenSim.Region.Communications.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
}
protected override LogBase CreateLog()