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

fix achievement patch

This commit is contained in:
CWX 2024-12-26 20:21:12 +00:00
parent 6110100ec0
commit e499a9c3ca

View File

@ -12,7 +12,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
}
[PatchPrefix]
public static bool Prefix(GClass1368 achievement, bool notify, AbstractAchievementControllerClass __instance)
public static bool Prefix(GClass3685 achievement, bool notify, AbstractAchievementControllerClass __instance)
{
if (achievement.IsDone() && __instance.Profile.AchievementsData.ContainsKey(achievement.Id))
{