SocialClubName removed. Allowlist removed from CoopSettings.xml

This commit is contained in:
EntenKoeniq
2021-12-17 23:58:32 +01:00
parent 5cfbaaddd7
commit cef43b80f7
10 changed files with 15 additions and 53 deletions

View File

@ -4,7 +4,6 @@ namespace CoopServer
{
public class Blocklist
{
public List<string> SocialClubName { get; set; } = new();
public List<string> Username { get; set; } = new();
public List<string> IP { get; set; } = new();
}