Skip to content

Commit

Permalink
Фикс BanMassCommand.cs
Browse files Browse the repository at this point in the history
НУ ОЧЕНЬ МЕЛКИЙ ФИКС
на 89-ой строке
  • Loading branch information
Schrodinger71 authored Nov 19, 2024
1 parent faf0cfc commit d32f7c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public override async void Execute(IConsoleShell shell, string argStr, string[]
{
var targetPermissionsFlag = AdminFlagsHelper.NamesToFlags(dbData.AdminRank.Flags.Select(p => p.Flag));
if ((targetPermissionsFlag & AdminFlags.Permissions) == AdminFlags.Permissions) // Адмемов с правами Пермиссион не забанят
return;
continue;
}

//Start логи банов для диса
Expand Down

0 comments on commit d32f7c1

Please sign in to comment.