Removed custom ipv4. Small changes

This commit is contained in:
EntenKoeniq
2022-04-19 03:38:48 +02:00
parent 406248a05f
commit e8c376154a
2 changed files with 55 additions and 90 deletions

View File

@ -2,7 +2,6 @@
{
public class Settings
{
public string Address { get; set; } = "127.0.0.1";
public int Port { get; set; } = 4499;
public int MaxPlayers { get; set; } = 16;
public int MaxLatency { get; set; } = 300;