]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update supported GameVersions
authorminiduikboot <mini@duikbo.at>
Mon, 14 Jun 2021 19:59:09 +0000 (21:59 +0200)
committerminiduikboot <mini@duikbo.at>
Fri, 25 Jun 2021 16:46:28 +0000 (18:46 +0200)
src/Impostor.Server/Net/Manager/ClientManager.cs

index 903c81005f4f90d3282eda159e85324e200b9845..bd5ff51c711075f32fb3a83206de82c73df927fc 100644 (file)
@@ -20,8 +20,7 @@ namespace Impostor.Server.Net.Manager
     {
         private static readonly HashSet<int> SupportedVersions = new HashSet<int>
         {
-            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<ClientManager> _logger;