SocialClubName removed. Allowlist removed from CoopSettings.xml
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user