Fix up the name of the default permissions module to match it's config name

This commit is contained in:
Melanie Thielker
2010-07-23 01:32:29 +02:00
parent bf374705c6
commit 64cc76bd79

View File

@@ -384,7 +384,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions
public string Name
{
get { return "PermissionsModule"; }
get { return "DefaultPermissionsModule"; }
}
public bool IsSharedModule