mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:30:45 -05:00
Updated to 32678
This commit is contained in:
parent
54eca46c70
commit
98b5ed4442
@ -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)
|
||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user