]> git.deb.at Git - rhonda/impostor.git/commitdiff
Allow Android Versions (#375)
authorJohn Tran <j23.tran@connect.qut.edu.au>
Tue, 6 Apr 2021 18:50:50 +0000 (04:50 +1000)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 18:50:50 +0000 (18:50 +0000)
Co-authored-by: js6pak <kubastaron@hotmail.com>
Co-authored-by: John Tran <john.tran.84@live.com.au>
src/Impostor.Server/Net/Manager/ClientManager.cs

index d5355ddc70e3663053a26ec6b93676584cdd6423..7a10181a79672c19632f5fcfb9649ef07fa4b1ad 100644 (file)
@@ -20,6 +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
         };
 
         private readonly ILogger<ClientManager> _logger;