From 73a5463848f13695e688022d3751cdd8706d1dc5 Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Mon, 14 Jun 2021 21:59:09 +0200 Subject: [PATCH] Update supported GameVersions --- src/Impostor.Server/Net/Manager/ClientManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Impostor.Server/Net/Manager/ClientManager.cs b/src/Impostor.Server/Net/Manager/ClientManager.cs index 903c810..bd5ff51 100644 --- a/src/Impostor.Server/Net/Manager/ClientManager.cs +++ b/src/Impostor.Server/Net/Manager/ClientManager.cs @@ -20,8 +20,7 @@ namespace Impostor.Server.Net.Manager { private static readonly HashSet SupportedVersions = new HashSet { - GameVersion.GetVersion(2021, 3, 25), // 2021.3.31s - GameVersion.GetVersion(2021, 4, 2), // 2021.4.2a + GameVersion.GetVersion(2021, 4, 25), // 2021.6.15 }; private readonly ILogger _logger; -- 2.39.5