aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorAdam Frisby2007-07-18 22:49:11 +0000
committerAdam Frisby2007-07-18 22:49:11 +0000
commit4cd9a87183a6b56b8f6fca90cae6cecaf50d95d4 (patch)
treea1db204759acb6cdd252982f37bd2a9a94fe1ddf /OpenSim
parent* Please to be checking you rename the strings inside the project when you re... (diff)
downloadopensim-SC_OLD-4cd9a87183a6b56b8f6fca90cae6cecaf50d95d4.zip
opensim-SC_OLD-4cd9a87183a6b56b8f6fca90cae6cecaf50d95d4.tar.gz
opensim-SC_OLD-4cd9a87183a6b56b8f6fca90cae6cecaf50d95d4.tar.bz2
opensim-SC_OLD-4cd9a87183a6b56b8f6fca90cae6cecaf50d95d4.tar.xz
* Reverting 1371
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index 2909b6d..c333e0e 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.Communications.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey); 177 m_assetCache = new AssetCache("OpenSim.Region.GridInterfaces.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
178 } 178 }
179 179
180 protected override LogBase CreateLog() 180 protected override LogBase CreateLog()