This commit is contained in:
EntenKoeniq
2021-08-18 11:47:59 +02:00
parent 56e42a757f
commit 3c05b11292
15 changed files with 610 additions and 260 deletions

View File

@ -6,7 +6,6 @@
public int MaxPlayers { get; set; } = 16;
public string ServerName { get; set; } = "GTACoop:R server";
public string WelcomeMessage { get; set; } = "Welcome on this server :)";
public bool DefaultGameMode { get; set; } = true;
public string GameMode { get; set; } = "";
public bool Allowlist { get; set; } = false;
public bool NpcsAllowed { get; set; } = true;