mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
do not allow estate bans to grid admins
This commit is contained in:
@@ -410,8 +410,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
if (ban is null)
|
||||
return;
|
||||
if (!IsBanned(ban.BannedUserID, 32) &&
|
||||
(l_EstateBans.Count < (int)Constants.EstateAccessLimits.EstateBans)) //Ignore age-based bans
|
||||
if (!IsBanned(ban.BannedUserID, 32) && (l_EstateBans.Count < (int)Constants.EstateAccessLimits.EstateBans)) //Ignore age-based bans
|
||||
l_EstateBans.Add(ban);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user