mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Cleanup on region modules: gave short node id's to all of them.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
/// NOTE: Part of this code was adapted from the Aurora project, specifically
|
||||
/// the normal part of the response in the capability handler.
|
||||
/// </remarks>
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SimulatorFeaturesModule")]
|
||||
public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule
|
||||
{
|
||||
// private static readonly ILog m_log =
|
||||
|
||||
Reference in New Issue
Block a user