diff --git a/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs b/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs index cc96a9c..65c410a 100644 --- a/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs +++ b/project/SPT.SinglePlayer/Patches/RaidFix/FixAchievementsPatch.cs @@ -14,7 +14,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix } [PatchPostfix] - public static void PatchPostfix(Profile profile, InventoryControllerClass inventoryController, ref AbstractAchievementControllerClass ____achievementsController, ref AbstractQuestControllerClass ____questController) + public static void PatchPostfix(Profile profile, InventoryControllerClass inventoryController, ref AbstractAchievementControllerClass ____achievementsController) { var achievementController = new GClass3233(profile, inventoryController, PatchConstants.BackEndSession, true); achievementController.Init();