From 3ae9e904240fc3d9f03f8719624bdb14640e96d2 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 4 Jul 2024 23:57:58 +0100 Subject: [PATCH] renamed patch as it was a bit confusing --- ...LocationScreenPatch.cs => DisableReadyLocationReadyPatch.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename project/SPT.SinglePlayer/Patches/MainMenu/{SelectLocationScreenPatch.cs => DisableReadyLocationReadyPatch.cs} (91%) diff --git a/project/SPT.SinglePlayer/Patches/MainMenu/SelectLocationScreenPatch.cs b/project/SPT.SinglePlayer/Patches/MainMenu/DisableReadyLocationReadyPatch.cs similarity index 91% rename from project/SPT.SinglePlayer/Patches/MainMenu/SelectLocationScreenPatch.cs rename to project/SPT.SinglePlayer/Patches/MainMenu/DisableReadyLocationReadyPatch.cs index d86b8ca..97d098a 100644 --- a/project/SPT.SinglePlayer/Patches/MainMenu/SelectLocationScreenPatch.cs +++ b/project/SPT.SinglePlayer/Patches/MainMenu/DisableReadyLocationReadyPatch.cs @@ -9,7 +9,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu /// /// Remove the ready button from select location screen /// - public class SelectLocationScreenPatch : ModulePatch + public class DisableReadyLocationReadyPatch : ModulePatch { protected override MethodBase GetTargetMethod() {