]> git.deb.at Git - rhonda/impostor.git/commitdiff
Added support for 2020.11.17 (#185)
authordanbudworthmead <danbudworthmead@gmail.com>
Tue, 24 Nov 2020 01:14:17 +0000 (01:14 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 01:14:17 +0000 (02:14 +0100)
* Added support for 2020.11.17

* Fix  :(

src/Impostor.Server/Net/Manager/ClientManager.cs

index 6309dabf569f9340c2cc3206f029396c3153f85a..51e22d81d111e69e13751143452587e2793b6a6f 100644 (file)
@@ -20,6 +20,7 @@ namespace Impostor.Server.Net.Manager
         {
             GameVersion.GetVersion(2020, 09, 07), // 2020.09.07 - 2020.09.22
             GameVersion.GetVersion(2020, 10, 08), // 2020.10.08
+            GameVersion.GetVersion(2020, 11, 17), // 2020.11.17
         };
 
         private readonly ILogger<ClientManager> _logger;