]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add another mobile-only hotfix
authorminiduikboot <mini@duikbo.at>
Thu, 11 Dec 2025 21:20:17 +0000 (22:20 +0100)
committerminiduikboot <mini@duikbo.at>
Thu, 11 Dec 2025 21:20:17 +0000 (22:20 +0100)
From their Discord:

Admin has pushed hotfix v17.1.2 for mobile players! minor changes to the ad rewards to the daily cap (subject to future change) and updated the screen to clarify when the daily cap is reset.

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

index cef3d56cac074de6ff5580e7881c9428a64cb02d..1267d73c77764eea854efe25fc22a739221278b6 100644 (file)
@@ -36,6 +36,7 @@ internal class CompatibilityManager : ICompatibilityManager
             new GameVersion(2025, 9, 12), // 17.0.1 (2025-10-14)
             new GameVersion(2025, 10, 9), // 17.1   (2025-11-18)
             new GameVersion(2025, 11, 6), // 17.1.1 (2025-12-03, mobile only)
+            new GameVersion(2025, 12, 8), // 17.1.2 (2025-12-11, mobile only)
         },
     };