Renamed MaterialsDemoModule to MaterialsModule

master-beforevarregion
Oren Hurvitz 2013-12-05 14:18:59 +02:00 committed by dahlia
parent e8273fa8ad
commit ca0336d834
1 changed files with 1 additions and 1 deletions

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; } }