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

Fix patch causing double quest progression

This commit is contained in:
Kaeno 2024-02-16 20:49:44 +00:00
parent 625442d2e3
commit 28e945a7dd

View File

@ -20,7 +20,7 @@ namespace Aki.SinglePlayer.Patches.Progression
}
[PatchPrefix]
private static void PatchPrefix(AbstractQuestControllerClass __state, ref AbstractQuestControllerClass ____questController)
private static void PatchPrefix(ref AbstractQuestControllerClass __state, ref AbstractQuestControllerClass ____questController)
{
__state = ____questController;
____questController = null;