]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add 10.24 and drop the rest
authorminiduikboot <mini@duikbo.at>
Wed, 25 Oct 2023 19:26:40 +0000 (21:26 +0200)
committerminiduikboot <mini@duikbo.at>
Wed, 25 Oct 2023 19:26:40 +0000 (21:26 +0200)
We had a nice year of backwards compatibility, but the changes in Fungle
are large enough that dropping support for old versions is the only
logical path forward

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

index 30395d8d2d2da076311cfed8d5c84888851de21c..ab05f13625d92339148b171febd9f82d0e9da855 100644 (file)
@@ -17,30 +17,7 @@ internal class CompatibilityManager : ICompatibilityManager
     {
         new[]
         {
-            new GameVersion(2022, 11, 1), // 2022.12.8
-        },
-
-        new[]
-        {
-            new GameVersion(2022, 11, 9), // 2022.12.14
-        },
-
-        new[]
-        {
-            new GameVersion(2022, 12, 2), // 2023.2.28
-        },
-
-        new[]
-        {
-            new GameVersion(2023, 1, 11), // 2023.3.28s
-            new GameVersion(2023, 3, 13), // 2023.3.28a
-            new GameVersion(2023, 4, 21), // 2023.6.13
-        },
-
-        new[]
-        {
-            new GameVersion(2023, 5, 20), // 2023.7.11
-            new GameVersion(2222, 0, 0), // 2023.7.11 for host-only mods
+            new GameVersion(2023, 10, 1), // 2023.10.24
         },
     };