mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
fix IgnoreEstatePaymentAccessControl option
This commit is contained in:
@@ -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} {}
|
||||
|
||||
Reference in New Issue
Block a user