0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 01:50:45 -05:00

Renamed Patch

This commit is contained in:
Dev 2024-08-01 17:33:29 +01:00
parent 6753d53582
commit 580e697905

View File

@ -7,7 +7,10 @@ using UnityEngine;
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()
{