mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Fixed the naming mess around data connectors for simulation data
This commit is contained in:
@@ -36,7 +36,7 @@ namespace OpenSim.Data.Null
|
||||
/// <summary>
|
||||
/// NULL DataStore, do not store anything
|
||||
/// </summary>
|
||||
public class NullDataStore : IRegionDataStore
|
||||
public class NullSimulationData : ISimulationDataStore
|
||||
{
|
||||
public void Initialise(string dbfile)
|
||||
{
|
||||
Reference in New Issue
Block a user