Changed EstateTools banuser and unbanuser methods to include ability to ban/unban target agent in all estates owned by the estate owner. Patch attached. Tested
Changed EstateTools banuser and unbanuser methods to include ability to ban/unban target agent in all estates owned by the estate owner. Patch attached. Tested
public enum EstateAccessDelta
{
BanUser = 64,
BanUserAllEstates = 66,
UnbanUser = 128,
UnbanUserAllEstates = 130
}