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

Updated to 32678

This commit is contained in:
Dev 2024-09-26 14:04:00 +01:00
parent 54eca46c70
commit 98b5ed4442
3 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ git config --local user.email "USERNAME@SOMETHING.com"
```
## Requirements
- Escape From Tarkov 32291
- Escape From Tarkov 32678
- Visual Studio Code -OR- Visual Studio 2022
- .NET 6 SDK
- [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)

View File

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

Binary file not shown.