Ah~
This commit is contained in:
@ -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 :)";
|
||||||
|
Reference in New Issue
Block a user