fix IgnoreEstatePaymentAccessControl option
parent
ea7dd150b1
commit
29a6c1d0c8
|
@ -126,7 +126,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
|||
UserManager = scene.RequestModuleInterface<IUserManagement>();
|
||||
|
||||
scene.RegionInfo.EstateSettings.DoDenyMinors = !m_ignoreEstateMinorAccessControl;
|
||||
scene.RegionInfo.EstateSettings.DoDenyAnonymous = !m_ignoreEstateMinorAccessControl;
|
||||
scene.RegionInfo.EstateSettings.DoDenyAnonymous = !m_ignoreEstatePaymentAccessControl;
|
||||
}
|
||||
|
||||
public void Close()
|
||||
|
|
|
@ -553,6 +553,12 @@
|
|||
; Default is true
|
||||
AllowRegionRestartFromClient = true
|
||||
|
||||
; ignore Minors access control. Default false
|
||||
;IgnoreEstateMinorAccessControl = false;
|
||||
|
||||
; ignore payment info control. Default false
|
||||
;IgnoreEstatePaymentAccessControl = false
|
||||
|
||||
|
||||
[UserProfiles]
|
||||
;# {ProfileURL} {} {Set url to UserProfilesService} {}
|
||||
|
|
Loading…
Reference in New Issue