From fd12cd1a39cec77adc6ec7d7da329b0883f6c565 Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Tue, 17 Mar 2026 20:18:25 +0100 Subject: [PATCH] Add 17.2.2 version Only changes are ad related, and officials allow crossplay --- src/Impostor.Server/Net/Manager/CompatibilityManager.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index 7f90996..e67ca2b 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -37,8 +37,9 @@ internal class CompatibilityManager : ICompatibilityManager 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) - new GameVersion(2025, 11, 5), // 17.2 (2026-02-17, not a typo, Innersloth went backwards) - new GameVersion(2026, 1, 22), // 17.2 (2026-02-19, hotfix) + new GameVersion(2025, 11, 5), // 17.2 (2026-02-17, build 6630, not a typo, Innersloth went backwards) + new GameVersion(2026, 1, 22), // 17.2 (2026-02-19, build 6686, hotfix) + new GameVersion(2026, 2, 2), // 17.2.2 (2026-03-17, build 6768) }, }; -- 2.39.5