Add role bans tab to the bans admin window (#20388)
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Administration.BanList;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed record SharedServerBan(
|
||||
public record SharedServerBan(
|
||||
int? Id,
|
||||
NetUserId? UserId,
|
||||
(string address, int cidrMask)? Address,
|
||||
|
||||
Reference in New Issue
Block a user