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

avinationmerge
Melanie Thielker 2010-07-23 01:32:29 +02:00
parent bf374705c6
commit 64cc76bd79
1 changed files with 1 additions and 1 deletions

View File

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