From: miniduikboot Date: Thu, 11 Dec 2025 21:20:17 +0000 (+0100) Subject: Add another mobile-only hotfix X-Git-Tag: v1.10.6~8^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=d7601e8057ee23a1ebc692e92c8001621a8480b8;p=rhonda%2Fimpostor.git Add another mobile-only hotfix 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. --- diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index cef3d56..1267d73 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -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) }, };