From: miniduikboot Date: Tue, 18 Aug 2026 18:52:29 +0000 (+0200) Subject: Add special game version for mobile X-Git-Tag: v1.10.8~9 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=db9c6ab66c067a25b83f15436b532633532ebc74;p=rhonda%2Fimpostor.git Add special game version for mobile Thanks Niko --- diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index f8eb23b..3203767 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -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) }, };