]> git.deb.at Git - rhonda/impostor.git/commitdiff
Forbid crossplay between 2024.10.29 and 16.0
authorminiduikboot <mini@duikbo.at>
Wed, 26 Mar 2025 18:58:32 +0000 (19:58 +0100)
committerminiduikboot <mini@duikbo.at>
Sun, 30 Mar 2025 18:34:18 +0000 (20:34 +0200)
Innersloth also forbids it, and it's likely not possible due to the new
GameOption version

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

index 33034360cca696b5c2877b9f8702fb990aba5d46..826d6145a2fac532dcff6d4c5f34c01500c961a1 100644 (file)
@@ -21,6 +21,9 @@ internal class CompatibilityManager : ICompatibilityManager
             new GameVersion(2024, 4, 1), // 2024.8.13
             new GameVersion(2024, 4, 2), // 2024.9.4
             new GameVersion(2024, 8, 10), // 2024.10.29
+        },
+        new[]
+        {
             new GameVersion(2024, 8, 11), // 16.0.0 (2025-03-25)
         },
     };