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

fix BSGP2W patch

This commit is contained in:
CWX 2024-12-26 20:17:19 +00:00
parent 97589fd227
commit cf328ca3d1

View File

@ -15,7 +15,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu
}
[PatchPrefix]
private static void Prefix(ref ClothingItem.GClass3461 offer)
private static void Prefix(ref ClothingItem.GClass3521 offer)
{
offer.Offer.ExternalObtain = false;
}