Small changes

This commit is contained in:
EntenKoeniq
2021-12-16 22:35:37 +01:00
parent 6742fb9050
commit e2f5e602c8
4 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,7 @@ namespace CoopServer
internal class Server
{
private static readonly string CompatibleVersion = "V1_1";
private static readonly string CompatibleVersion = "V1_2";
public static readonly Settings MainSettings = Util.Read<Settings>("CoopSettings.xml");
private readonly Blocklist MainBlocklist = Util.Read<Blocklist>("Blocklist.xml");