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

renamed patch as it was a bit confusing

This commit is contained in:
CWX 2024-07-04 23:57:58 +01:00
parent 7a5a9e73b7
commit 3ae9e90424

View File

@ -9,7 +9,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu
/// <summary> /// <summary>
/// Remove the ready button from select location screen /// Remove the ready button from select location screen
/// </summary> /// </summary>
public class SelectLocationScreenPatch : ModulePatch public class DisableReadyLocationReadyPatch : ModulePatch
{ {
protected override MethodBase GetTargetMethod() protected override MethodBase GetTargetMethod()
{ {