Started with version 1.1.0

This commit is contained in:
EntenKoeniq
2021-12-13 20:35:07 +01:00
parent b55ba2ac33
commit 68948990b5
2 changed files with 4 additions and 6 deletions

View File

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