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

afrisby
Adam Frisby 2007-07-18 22:38:10 +00:00
parent b746b5d8e3
commit bb55713de0
1 changed files with 1 additions and 1 deletions

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