This commit is contained in:
Kamron Batman 2026-07-25 10:45:47 -07:00
parent f3b7c7451c
commit fc15a61542
No known key found for this signature in database
GPG key ID: 7D81DF26D9A5D94A
10 changed files with 18 additions and 45 deletions

View file

@ -16,7 +16,7 @@
using System;
using System.IO;
namespace Server.Network.Bans.Blocklist;
namespace Server.Network.Bans;
public readonly record struct BlocklistHeader(string Generated, int Count, bool Present);