mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 05:10:45 -05:00
Renamed Patch
This commit is contained in:
parent
6753d53582
commit
580e697905
@ -7,7 +7,10 @@ using UnityEngine;
|
|||||||
|
|
||||||
namespace SPT.Custom.Patches
|
namespace SPT.Custom.Patches
|
||||||
{
|
{
|
||||||
public class DisableGamemodeButtonPatch : ModulePatch
|
/// <summary>
|
||||||
|
/// Remove ability to alter the game mode
|
||||||
|
/// </summary>
|
||||||
|
public class DisableGameModeAdjustButtonPatch : ModulePatch
|
||||||
{
|
{
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user