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

Improved comments

This commit is contained in:
Dev 2024-10-03 09:53:06 +01:00
parent 1a890630b0
commit 69dc7e5ae2

View File

@ -7,7 +7,8 @@ using HarmonyLib;
namespace SPT.SinglePlayer.Patches.MainMenu namespace SPT.SinglePlayer.Patches.MainMenu
{ {
/// <summary> /// <summary>
/// Remove the ready button from select location screen /// Remove the ready button from select location screen,
/// easier to remove button than fix problems caused by clicking it
/// </summary> /// </summary>
public class DisableReadyLocationReadyPatch : ModulePatch public class DisableReadyLocationReadyPatch : ModulePatch
{ {