0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 22:50:44 -05:00

Fix LabsKeycardRemovalPatch

This commit is contained in:
Dev 2023-11-17 09:36:11 +00:00
parent 8dcbd0f0b2
commit 0993a2353c

View File

@ -43,7 +43,7 @@ namespace Aki.SinglePlayer.Patches.RaidFix
}
var inventoryController = Traverse.Create(player).Field<InventoryControllerClass>("_inventoryController").Value;
GClass2585.Remove(accessCardItem, inventoryController, false, true);
GClass2636.Remove(accessCardItem, inventoryController, false, true);
}
}
}