mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Cleanup on region modules: gave short node id's to all of them.
This commit is contained in:
@@ -47,7 +47,7 @@ using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.DataSnapshot
|
||||
{
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "DataSnapshotManager")]
|
||||
public class DataSnapshotManager : ISharedRegionModule, IDataSnapshot
|
||||
{
|
||||
#region Class members
|
||||
|
||||
Reference in New Issue
Block a user