From: miniduikboot Date: Wed, 25 Oct 2023 19:26:40 +0000 (+0200) Subject: Add 10.24 and drop the rest X-Git-Tag: v1.9.0~14^2~18 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=29a55d704b1fd225f954b3147f68f4cc27e32ebc;p=rhonda%2Fimpostor.git Add 10.24 and drop the rest We had a nice year of backwards compatibility, but the changes in Fungle are large enough that dropping support for old versions is the only logical path forward --- diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index 30395d8..ab05f13 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -17,30 +17,7 @@ internal class CompatibilityManager : ICompatibilityManager { new[] { - new GameVersion(2022, 11, 1), // 2022.12.8 - }, - - new[] - { - new GameVersion(2022, 11, 9), // 2022.12.14 - }, - - new[] - { - new GameVersion(2022, 12, 2), // 2023.2.28 - }, - - new[] - { - new GameVersion(2023, 1, 11), // 2023.3.28s - new GameVersion(2023, 3, 13), // 2023.3.28a - new GameVersion(2023, 4, 21), // 2023.6.13 - }, - - new[] - { - new GameVersion(2023, 5, 20), // 2023.7.11 - new GameVersion(2222, 0, 0), // 2023.7.11 for host-only mods + new GameVersion(2023, 10, 1), // 2023.10.24 }, };