mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 20:50:44 -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
|
namespace SPT.SinglePlayer.Patches.ScavMode
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get Profile at LocalGame End to use in FixSavageInventoryScreenPatch
|
/// Get Profile at LocalGame End to use in SendPlayerScavProfileToServerAfterRaidPatch
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class GetProfileAtEndOfRaidPatch : ModulePatch
|
public class GetProfileAtEndOfRaidPatch : ModulePatch
|
||||||
{
|
{
|
||||||
@ -30,7 +30,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode
|
|||||||
/// Get profile from other patch (GetProfileAtEndOfRaidPatch)
|
/// 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
|
/// If our profile is savage Create new Session.AllProfiles and pass in our own profile to allow us to use the ScavengerInventoryScreen
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class FixSavageInventoryScreenPatch : ModulePatch
|
public class SendPlayerScavProfileToServerAfterRaidPatch : ModulePatch
|
||||||
{
|
{
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
@ -55,7 +55,7 @@ namespace SPT.SinglePlayer
|
|||||||
new EnablePlayerScavPatch().Enable();
|
new EnablePlayerScavPatch().Enable();
|
||||||
new ScavFoundInRaidPatch().Enable();
|
new ScavFoundInRaidPatch().Enable();
|
||||||
new GetProfileAtEndOfRaidPatch().Enable();
|
new GetProfileAtEndOfRaidPatch().Enable();
|
||||||
new FixSavageInventoryScreenPatch().Enable();
|
new SendPlayerScavProfileToServerAfterRaidPatch().Enable();
|
||||||
//new InsuranceScreenPatch().Enable();
|
//new InsuranceScreenPatch().Enable();
|
||||||
new RemoveStashUpgradeLabelPatch().Enable();
|
new RemoveStashUpgradeLabelPatch().Enable();
|
||||||
new RemoveClothingItemExternalObtainLabelPatch().Enable();
|
new RemoveClothingItemExternalObtainLabelPatch().Enable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user