New MasterServer address

This commit is contained in:
EntenKoeniq
2021-12-14 21:18:12 +01:00
parent 5f3b94dd37
commit 721da34e36
3 changed files with 11 additions and 8 deletions

View File

@ -12,7 +12,7 @@
public bool ModsAllowed { get; set; } = false;
public bool UPnP { get; set; } = true;
public bool AnnounceSelf { get; set; } = false;
public string MasterServer { get; set; } = "http://gtacoopr.000webhostapp.com/servers.php";
public string MasterServer { get; set; } = "https://coop.entenkoeniq.de/servers";
public bool DebugMode { get; set; } = false;
}
}