Renamed MaterialsDemoModule to MaterialsModule

This commit is contained in:
Oren Hurvitz
2013-12-05 14:18:59 +02:00
committed by dahlia
parent e8273fa8ad
commit ca0336d834

View File

@@ -88,7 +88,7 @@ namespace OpenSim.Region.OptionalModules.MaterialsDemoModule
public class MaterialsDemoModule : INonSharedRegionModule
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public string Name { get { return "MaterialsDemoModule"; } }
public Type ReplaceableInterface { get { return null; } }