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

remove unused param

This commit is contained in:
CWX 2024-07-11 21:11:14 +01:00
parent 5bad769a44
commit 9b1aafeeb7

View File

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