Other small changes

This commit is contained in:
EntenKoeniq
2022-04-14 12:18:07 +02:00
parent d2bb91edcc
commit 146cc709eb
4 changed files with 93 additions and 84 deletions

View File

@ -13,7 +13,7 @@
public bool ModsAllowed { get; set; } = false;
public bool UPnP { get; set; } = true;
public bool AnnounceSelf { get; set; } = false;
public string MasterServer { get; set; } = "https://ragecoop.online/servers";
public string MasterServer { get; set; } = "https://ragecoop.online/gtav/servers";
public bool DebugMode { get; set; } = false;
}
}