]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add special game version for mobile
authorminiduikboot <mini@duikbo.at>
Tue, 18 Aug 2026 18:52:29 +0000 (20:52 +0200)
committerminiduikboot <mini@duikbo.at>
Sun, 30 Aug 2026 16:48:37 +0000 (18:48 +0200)
Thanks Niko

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

index f8eb23bdc4cb5b5124bd23f68d2733f636a2720b..32037673df94d5f899e71065740b27682a25a046 100644 (file)
@@ -47,7 +47,8 @@ internal class CompatibilityManager : ICompatibilityManager
         },
         new[]
         {
-            new GameVersion(2026, 7, 15), // 18.0   (2026-08-18, build 7238)
+            new GameVersion(2026, 7, 15), // 18.0   (2026-08-18, build 7238, pc only)
+            new GameVersion(2026, 7, 16), // 18.0   (2026-08-18, build 7238, mobile only)
         },
     };