From 69dc7e5ae23d78108df0dbbdce3d81f2e647cc34 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 3 Oct 2024 09:53:06 +0100 Subject: [PATCH] Improved comments --- .../Patches/MainMenu/DisableReadyLocationReadyPatch.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/SPT.SinglePlayer/Patches/MainMenu/DisableReadyLocationReadyPatch.cs b/project/SPT.SinglePlayer/Patches/MainMenu/DisableReadyLocationReadyPatch.cs index d941137..a06483d 100644 --- a/project/SPT.SinglePlayer/Patches/MainMenu/DisableReadyLocationReadyPatch.cs +++ b/project/SPT.SinglePlayer/Patches/MainMenu/DisableReadyLocationReadyPatch.cs @@ -7,7 +7,8 @@ using HarmonyLib; namespace SPT.SinglePlayer.Patches.MainMenu { /// - /// 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 /// public class DisableReadyLocationReadyPatch : ModulePatch {