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()