correct the id of the example module
parent
a06032d96e
commit
c010491d34
|
@ -46,7 +46,7 @@ namespace OpenSim.Region.OptionalModules.Example.BareBonesNonShared
|
||||||
/// This module is not active by default. If you want to see it in action,
|
/// This module is not active by default. If you want to see it in action,
|
||||||
/// then just uncomment the line below starting with [Extension(Path...
|
/// then just uncomment the line below starting with [Extension(Path...
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
//[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "AttachmentsModule")]
|
//[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BareBonesNonSharedModule")]
|
||||||
public class BareBonesNonSharedModule : INonSharedRegionModule
|
public class BareBonesNonSharedModule : INonSharedRegionModule
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
Loading…
Reference in New Issue