mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Introduce a separate connection string for estates, which defaults to the one gi
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenSim.Data.Null
|
||||
/// </summary>
|
||||
public class NullDataStore : IRegionDataStore
|
||||
{
|
||||
public void Initialise(string dbfile, bool persistPrimInventories)
|
||||
public void Initialise(string dbfile)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user