mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Backup is now optional on classes
* Removed unused BackUp method on EntityBase * Added overridable InSceneBackup property on SceneObjectGroup * Refactored out AttachToBackup and DetachFromBackup * Normalized namespace OpenSim.DataStore.MonoSqliteStorage to OpenSim.DataStore.MonoSqlite
This commit is contained in:
@@ -108,13 +108,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Called at a set interval to inform entities that they should back themsleves up to the DB
|
||||
/// </summary>
|
||||
public virtual void BackUp()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Copies the entity
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user