- Fixed ban checking
- Small changes
- Updated css
This commit is contained in:
Dawid Bepierszcz
2024-03-09 12:06:50 +01:00
parent 2ab2f9c4dc
commit 525905194c
10 changed files with 62 additions and 45 deletions

View File

@@ -2,6 +2,7 @@
using Microsoft.Extensions.Logging;
namespace CS2_SimpleAdmin;
internal class MuteManager
{
private readonly Database _database;
@@ -160,5 +161,4 @@ internal class MuteManager
CS2_SimpleAdmin._logger.LogCritical("Unable to remove expired mutes");
}
}
}
}