mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Fixed bug reported by xyzo - region assets are now stored in "regionassets.yap", asset server assets are now in "gridassets.yap"
This commit is contained in:
@@ -154,10 +154,10 @@ namespace OpenSim.Grid.AssetServer
|
||||
|
||||
public void setupDB()
|
||||
{
|
||||
bool yapfile = File.Exists("assets.yap");
|
||||
bool yapfile = File.Exists("gridassets.yap");
|
||||
try
|
||||
{
|
||||
db = Db4oFactory.OpenFile("assets.yap");
|
||||
db = Db4oFactory.OpenFile("gridassets.yap");
|
||||
MainLog.Instance.Verbose("Main.cs:setupDB() - creation");
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user