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

Renamed patch

This commit is contained in:
Dev 2024-11-17 21:48:45 +00:00
parent 4051e09812
commit 16b9247c26
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ using SPT.Common.Http;
namespace SPT.SinglePlayer.Patches.ScavMode
{
/// <summary>
/// Get Profile at LocalGame End to use in FixSavageInventoryScreenPatch
/// Get Profile at LocalGame End to use in SendPlayerScavProfileToServerAfterRaidPatch
/// </summary>
public class GetProfileAtEndOfRaidPatch : ModulePatch
{
@ -30,7 +30,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode
/// Get profile from other patch (GetProfileAtEndOfRaidPatch)
/// If our profile is savage Create new Session.AllProfiles and pass in our own profile to allow us to use the ScavengerInventoryScreen
/// </summary>
public class FixSavageInventoryScreenPatch : ModulePatch
public class SendPlayerScavProfileToServerAfterRaidPatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{

View File

@ -55,7 +55,7 @@ namespace SPT.SinglePlayer
new EnablePlayerScavPatch().Enable();
new ScavFoundInRaidPatch().Enable();
new GetProfileAtEndOfRaidPatch().Enable();
new FixSavageInventoryScreenPatch().Enable();
new SendPlayerScavProfileToServerAfterRaidPatch().Enable();
//new InsuranceScreenPatch().Enable();
new RemoveStashUpgradeLabelPatch().Enable();
new RemoveClothingItemExternalObtainLabelPatch().Enable();