- Fixed `css_kick`
- Fixed gag/mute/silence on connect
- Additional check in immunity
This commit is contained in:
Dawid Bepierszcz
2024-02-11 16:27:54 +01:00
parent 42849c231f
commit 6a182fff9d
6 changed files with 31 additions and 58 deletions

View File

@@ -4,7 +4,7 @@
{
public int? Index { get; set; }
public int? UserId { get; set; }
public int? Slot { get; set; }
public int Slot { get; set; }
public string? SteamId { get; set; }
public string? Name { get; set; }
public string? IpAddress { get; set; }