aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
authormingchen2007-06-28 02:07:59 +0000
committermingchen2007-06-28 02:07:59 +0000
commit440bb4a358cdc01559f624dbcbb7391d260616e0 (patch)
tree088381278f09c467ba98932d05d4b8d1489c5e3e /OpenSim/Region/Application/OpenSimMain.cs
parent*Moved all the classes into their own file from LLSDHelpers.cs (diff)
downloadopensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.zip
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.gz
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.bz2
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.xz
*Fixed UserServer and OpenSim so now they start without crashing.
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index e06d38c..7bf6b8d 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -154,7 +154,7 @@ namespace OpenSim
154 { 154 {
155 try 155 try
156 { 156 {
157 AssetCache = new AssetCache("OpenSim.GridInterfaces.Local.dll", this.serversData.AssetURL, this.serversData.AssetSendKey); 157 AssetCache = new AssetCache("OpenSim.Region.GridInterfaces.Local.dll", this.serversData.AssetURL, this.serversData.AssetSendKey);
158 InventoryCache = new InventoryCache(); 158 InventoryCache = new InventoryCache();
159 } 159 }
160 catch (Exception e) 160 catch (Exception e)
@@ -169,7 +169,7 @@ namespace OpenSim
169 { 169 {
170 try 170 try
171 { 171 {
172 AssetCache = new AssetCache("OpenSim.GridInterfaces.Remote.dll", this.serversData.AssetURL, this.serversData.AssetSendKey); 172 AssetCache = new AssetCache("OpenSim.Region.GridInterfaces.Remote.dll", this.serversData.AssetURL, this.serversData.AssetSendKey);
173 InventoryCache = new InventoryCache(); 173 InventoryCache = new InventoryCache();
174 } 174 }
175 catch (Exception e) 175 catch (Exception e)