First, change DefaultPermissionsModule so it returns the correct name...

avinationmerge
Tom Grimshaw 2010-07-22 18:04:55 -07:00
parent bf374705c6
commit da5b7e199a
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