From 67e94e8efca62ab11781299dae4398fd555c36d3 Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Tue, 20 May 2025 19:48:57 +0200 Subject: [PATCH] Add 16.0.5 Crossplay with the previous version is not supported, so it gets its own compatibility group. Further analysis on the changes is still needed --- src/Impostor.Server/Net/Manager/CompatibilityManager.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index 826d614..681d1a6 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -26,6 +26,10 @@ internal class CompatibilityManager : ICompatibilityManager { new GameVersion(2024, 8, 11), // 16.0.0 (2025-03-25) }, + new[] + { + new GameVersion(2025, 4, 15), // 16.0.5 (2025-05-20) + } }; private readonly List _compatibilityGroups = new(); -- 2.39.5