From 775bad05abcc856e450460d9cfbfe1cd741249ca Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 11 Jul 2024 21:18:01 +0100 Subject: [PATCH] added comment on patch --- .../SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs b/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs index 65c410a..ef59e4c 100644 --- a/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs +++ b/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs @@ -6,6 +6,10 @@ using SPT.Reflection.Utils; namespace SPT.SinglePlayer.Patches.RaidFix { + /// + /// Aim of this patch is just to apply the backend session to the controller and supply true to updating achievements, + /// the mappings for these also need fixing. 3.8.3 remaps a different class compared to 3.9.0 and 3.10.0. + /// public class FixAchievementsPatch : ModulePatch { protected override MethodBase GetTargetMethod()