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:
parent
8dcbd0f0b2
commit
0993a2353c
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user