mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:30:45 -05:00
remove unused param
This commit is contained in:
parent
5bad769a44
commit
9b1aafeeb7
@ -14,7 +14,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
|
|||||||
}
|
}
|
||||||
|
|
||||||
[PatchPostfix]
|
[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);
|
var achievementController = new GClass3233(profile, inventoryController, PatchConstants.BackEndSession, true);
|
||||||
achievementController.Init();
|
achievementController.Init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user