Cleanup on region modules: gave short node id's to all of them.

This commit is contained in:
Diva Canto
2012-11-12 18:08:02 -08:00
parent 4edaa4e41a
commit 86903f23dd
44 changed files with 44 additions and 44 deletions

View File

@@ -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 =