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