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:
parent
4051e09812
commit
16b9247c26
@ -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()
|
||||
{
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user