*Fixed UserServer and OpenSim so now they start without crashing.

This commit is contained in:
mingchen
2007-06-28 02:07:59 +00:00
parent 0232f01a58
commit 440bb4a358
5 changed files with 6 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ namespace OpenSim
{
try
{
AssetCache = new AssetCache("OpenSim.GridInterfaces.Local.dll", this.serversData.AssetURL, this.serversData.AssetSendKey);
AssetCache = new AssetCache("OpenSim.Region.GridInterfaces.Local.dll", this.serversData.AssetURL, this.serversData.AssetSendKey);
InventoryCache = new InventoryCache();
}
catch (Exception e)
@@ -169,7 +169,7 @@ namespace OpenSim
{
try
{
AssetCache = new AssetCache("OpenSim.GridInterfaces.Remote.dll", this.serversData.AssetURL, this.serversData.AssetSendKey);
AssetCache = new AssetCache("OpenSim.Region.GridInterfaces.Remote.dll", this.serversData.AssetURL, this.serversData.AssetSendKey);
InventoryCache = new InventoryCache();
}
catch (Exception e)