diff options
author | Adam Frisby | 2007-07-18 22:38:10 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-18 22:38:10 +0000 |
commit | bb55713de023a22846661614628156fa0865861e (patch) | |
tree | c48d31e5dfdfdb124c7ed4bb7477633426d197bb | |
parent | * CONTRIBUTORS.txt strikes back. (diff) | |
download | opensim-SC_OLD-bb55713de023a22846661614628156fa0865861e.zip opensim-SC_OLD-bb55713de023a22846661614628156fa0865861e.tar.gz opensim-SC_OLD-bb55713de023a22846661614628156fa0865861e.tar.bz2 opensim-SC_OLD-bb55713de023a22846661614628156fa0865861e.tar.xz |
* Please to be checking you rename the strings inside the project when you rename libraries!
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index c333e0e..2909b6d 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -174,7 +174,7 @@ namespace OpenSim | |||
174 | 174 | ||
175 | localConfig.Close(); | 175 | localConfig.Close(); |
176 | 176 | ||
177 | m_assetCache = new AssetCache("OpenSim.Region.GridInterfaces.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey); | 177 | m_assetCache = new AssetCache("OpenSim.Region.Communications.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey); |
178 | } | 178 | } |
179 | 179 | ||
180 | protected override LogBase CreateLog() | 180 | protected override LogBase CreateLog() |