mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
*Fixed UserServer and OpenSim so now they start without crashing.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user