- 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

@@ -1,6 +1,7 @@
using System.Collections.Concurrent;
namespace CS2_SimpleAdmin;
public enum PenaltyType
{
Mute,
@@ -134,4 +135,4 @@ public class PlayerPenaltyManager
}
}
}
}
}