0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 06:10:45 -05:00

added comment on patch

This commit is contained in:
CWX 2024-07-11 21:18:01 +01:00
parent 9b1aafeeb7
commit 775bad05ab

View File

@ -6,6 +6,10 @@ using SPT.Reflection.Utils;
namespace SPT.SinglePlayer.Patches.RaidFix namespace SPT.SinglePlayer.Patches.RaidFix
{ {
/// <summary>
/// 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.
/// </summary>
public class FixAchievementsPatch : ModulePatch public class FixAchievementsPatch : ModulePatch
{ {
protected override MethodBase GetTargetMethod() protected override MethodBase GetTargetMethod()