mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
fix achievement patch
This commit is contained in:
parent
6110100ec0
commit
e499a9c3ca
@ -12,7 +12,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
|
|||||||
}
|
}
|
||||||
|
|
||||||
[PatchPrefix]
|
[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))
|
if (achievement.IsDone() && __instance.Profile.AchievementsData.ContainsKey(achievement.Id))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user