This commit is contained in:
Sardelka
2022-06-01 17:57:54 +08:00
parent 8ebf03ca99
commit 4fca28f0e0

View File

@ -3,7 +3,7 @@
public class Settings public class Settings
{ {
public int Port { get; set; } = 4499; public int Port { get; set; } = 4499;
public int MaxPlayers { get; set; } = 16; public int MaxPlayers { get; set; } = 32;
public int MaxLatency { get; set; } = 500; public int MaxLatency { get; set; } = 500;
public string Name { get; set; } = "RAGECOOP server"; public string Name { get; set; } = "RAGECOOP server";
public string WelcomeMessage { get; set; } = "Welcome on this server :)"; public string WelcomeMessage { get; set; } = "Welcome on this server :)";