Ignore:
Timestamp:
Feb 16, 2023, 3:50:53 PM (21 months ago)
Author:
alloc
Message:

Latest state including reworking to the permissions system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/CommandExtensions/src/Commands/ListKnownPlayers.cs

    r391 r404  
    6161                                        if (
    6262                                                (!onlineOnly || player.IsOnline)
    63                                                 && (!notBannedOnly || !admTools.IsBanned (userId, out _, out _))
     63                                                && (!notBannedOnly || !admTools.Blacklist.IsBanned (userId, out _, out _))
    6464                                                && (nameFilter.Length == 0 || player.Name.ContainsCaseInsensitive (nameFilter))
    6565                                        ) {
Note: See TracChangeset for help on using the changeset viewer.