mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Fixed the naming mess around data connectors for simulation data
This commit is contained in:
@@ -848,7 +848,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// Process inventory backup
|
||||
/// </summary>
|
||||
/// <param name="datastore"></param>
|
||||
public void ProcessInventoryBackup(IRegionDataStore datastore)
|
||||
public void ProcessInventoryBackup(ISimulationDataStore datastore)
|
||||
{
|
||||
if (HasInventoryChanged)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user