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

@ -9,7 +9,6 @@ namespace CoopServer
public string Name { get; set; } = "GTACoop:R server";
public string WelcomeMessage { get; set; } = "Welcome on this server :)";
public List<string> Resources { get; set; } = new List<string>();
public bool Allowlist { get; set; } = false;
public bool NpcsAllowed { get; set; } = true;
public bool ModsAllowed { get; set; } = false;
public bool UPnP { get; set; } = true;